res://addons/w4gd/rest-client/client_blocking_result.gd

Inherits: res://addons/w4gd/rest-client/client_result.gd < RefCounted

The result of a blocking HTTP request.

Properties

HTTPClient

http_client

int

poll_delay_usec

1000

Methods

void

connect_to_url ( String url, TLSOptions tls_options )

void

make_request ( String path, PackedStringArray headers, int method, PackedByteArray raw_data )

PackedByteArray

read_body ( )

void

wait_connection ( )

void

wait_request ( )


Property Descriptions

HTTPClient http_client

There is currently no description for this property.


int poll_delay_usec = 1000

There is currently no description for this property.


Method Descriptions

void connect_to_url ( String url, TLSOptions tls_options )

There is currently no description for this method.


void make_request ( String path, PackedStringArray headers, int method, PackedByteArray raw_data )

There is currently no description for this method.


PackedByteArray read_body ( )

There is currently no description for this method.


void wait_connection ( )

There is currently no description for this method.


void wait_request ( )

There is currently no description for this method.