Antonio Nicolás Pina
Antonio Nicolás Pina
I am creating a new agent like so: `gorequest. New(). Get(url). Set("User-Agent", useragent). EndBytes()` When url returns 301 and the http client re-requests for the new location, the user agent...
Added ability to escape parameters in a query. Also changed DllImport's to be able to compile using il2cpp for iOS 64bits.
**Is your feature request related to a problem? Please describe.** I'm trying to parse an array of polymorphic items. With one single item, I can parse the "header" of the...