RestClient
RestClient copied to clipboard
🦄 A Promise based REST and HTTP client for Unity 🎮
Hi, I'll try to explain my problem. I'm using the 2.6.1 rest client and I'm calling an API from Unity with it. For a particular endpoint, for the very first...
Hi, I was wondering if this library has support for Server-Sent Events / EventSource Protocol https://www.w3.org/TR/eventsource/ I am trying to use this library to listen to changes in a Firebase...
I was wondering if you would accept a PR that adds a `latency` field to the `ResponseHelper` that would allow the user of the lib to see how long a...
Iv been using the library for last few weeks and it has worked for me very well, however there is one thing that I find abit inconvenient - aborting requests....
I'd like to write an interceptor to manipulate the body content of HTTP calls. Before sending, it's needed to be converted to Encrypted data as byte[] and after receiving, deserialize...
First of all, let me thank you for this beautiful unity http handler. I've been creating simple http wrappers in my almost every unity project and recently I did the...
Review the advantages to migrate the promises system and support async / await
This package helped me so much on my recent demo project. I don't know what happen I can't send Post request to my server anymore. I tries many option the...
Hello, everyone, I've integrated the rest client to handle some server requests that are being made. Looking at the crashlytics reports there are three errors constantly happening on every version...
Resolves #216 and resolves #107. @jdnichollsc I am not sure how your package build system works, so I only updated the src and demo. Feel free to edit my branch...