unirest-gdscript icon indicating copy to clipboard operation
unirest-gdscript copied to clipboard

Unirest in GDScript: Simplified, lightweight HTTP client library. Godot Engine HTTPClient extension inspired by Kong Unirest.

Results 5 unirest-gdscript issues
Sort by recently updated
recently updated
newest added

Multipart requests are generally used to post files along with data. The `MultipartRequest` class could support file uploading through a couple of methods: ```gdscript func field(name: String, filecontent: PoolByteArray, filename:...

enhancement
hacktoberfest

add an `as_file("/path/to/file.zip")` method to directly write bytes to a file on a `GetRequest`

enhancement
hacktoberfest

Emit signals on download and upload of files (or generally speaking post/get requests) to let a UI update itself

enhancement
hacktoberfest

# Bug report ## Describe the bug I am unable to pass a body to make a post request, there is no way to pass a body

bug

# Bug report ## Describe the bug This asset (https://godotengine.org/asset-library/asset/1413) appears to be outdated on the asset store. ## To Reproduce Visit above link. ## Expected behavior The asset store...

bug