Releases: Blatzar/NiceHttp
Releases · Blatzar/NiceHttp
0.4.13
- Add large properties (textLarge, documentLarge, parsedLarge, parsedSafeLarge) and raise response limit to 5mb
0.4.12
- Added a content length check to .text to ensure that large binary files are not accidentally parsed using .text
0.4.10
Removed android dependency
0.4.5
Fix connection timeout: #6
0.4.4
Made .text automatically close the response body.
0.4.3
- Fix bug causing response parser to be unused
0.4.2
- Fixed .cookies to prevent including stuff like path=/
0.4.1
- Fixed response.cookies not returning multiple cookies
0.4.0
- Fixed json argument
- Removed automatic form encoding (THIS MIGHT IMPACT CURRENT CODEBASE!)