unirest-gdscript
unirest-gdscript copied to clipboard
Unirest in GDScript: Simplified, lightweight HTTP client library. Godot Engine HTTPClient extension inspired by Kong Unirest.
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:...
add an `as_file("/path/to/file.zip")` method to directly write bytes to a file on a `GetRequest`
Emit signals on download and upload of files (or generally speaking post/get requests) to let a UI update itself
# 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 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...