AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
HTTPRequest
To Subscribe, use this Key
mountain-venus-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description A node with the ability to send HTTP requests. Uses HTTPClient internally. Can be used to make HTTP requests, i.e. downl…
Published
06/07/2024
Properties bool accept_gzip true int body_size_limit -1 int download_chunk_size …
Published
06/07/2024
Signals request_completed (result: int , response_code: int , headers: PackedStringArray , body: PackedByteArray ) Emi…
Published
06/07/2024
Enumerations enum Result : Result RESULT_SUCCESS = 0 Request successful. Result RESULT_CHUNKED_BODY_SIZE_…
Published
06/07/2024
Property Descriptions bool accept_gzip = true void set_accept_gzip (value: bool ) bool is_accepting_gzip …
Published
06/07/2024
Method Descriptions void cancel_request () Cancels the current request. int get_body_size () const Returns the r…
Status
Last Update
Fields