NiceHttp

A small and simple OkHttp wrapper to ease scraping. Mostly for personal use.

GPL-3.0 License

Stars
31

Bot releases are hidden (Show)

NiceHttp - 0.4.11 Latest Release

Published by Blatzar 8 months ago

Fix dependencies

NiceHttp - 0.4.10

Published by Blatzar 8 months ago

Removed android dependency

NiceHttp - 0.4.5

Published by Blatzar 9 months ago

NiceHttp - 0.4.4

Published by Blatzar about 1 year ago

Made .text automatically close the response body.

NiceHttp - 0.4.3

Published by Blatzar about 1 year ago

  • Fix bug causing response parser to be unused
NiceHttp - 0.4.2

Published by Blatzar almost 2 years ago

  • Fixed .cookies to prevent including stuff like path=/
NiceHttp - 0.4.1

Published by Blatzar almost 2 years ago

  • Fixed response.cookies not returning multiple cookies
NiceHttp - 0.4.0

Published by Blatzar almost 2 years ago

  • Fixed json argument
  • Removed automatic form encoding (THIS MIGHT IMPACT CURRENT CODEBASE!)
NiceHttp - 0.3.5

Published by Blatzar almost 2 years ago

  • Fixed caching
NiceHttp - 0.3.4

Published by Blatzar almost 2 years ago

  • Now properly ignores all SSL errors if specified
NiceHttp - 0.3.3

Published by Blatzar about 2 years ago

Made timeout exceptions catchable.

NiceHttp - 0.3.2

Published by Blatzar over 2 years ago

Fixed more un-catchable exceptions when exiting app mid-request by only whitelisting InterruptedIOException.

NiceHttp - 0.3.1

Published by Blatzar over 2 years ago

Fixed un-catchable exceptions when exiting app mid-request.

NiceHttp - 0.3.0

Published by Blatzar over 2 years ago

Fixed exceptions causing hang-ups, removed the built in json parsing in favor of customization.

NiceHttp - 0.2.0

Published by Blatzar over 2 years ago

Completely reworked the request data system

NiceHttp - 0.1.9

Published by Blatzar over 2 years ago

More options for data headers and default values

NiceHttp - 0.1.8

Published by Blatzar over 2 years ago

Fixed crashes caused by jackson update 😬

NiceHttp - 0.1.7

Published by Blatzar over 2 years ago

Now async by @brahmkshatriya 🙏

NiceHttp - 0.1.6

Published by Blatzar over 2 years ago

Fixed form content type

NiceHttp - 0.1.5

Published by Blatzar over 2 years ago

  • Fixed sad crashes caused by the data parameter