Http Client Lib icon

Http Client Lib

HTTP communication

Http Client Lib icon

Http Client Lib

HTTP communication

This library allows you to make HTTP requests to remote servers and receive the response.

Releases

  1. 3.2.2

    • Fixed support content-length for upload
    • Compatibility:

      • 7.0.0
  2. 3.2.1

    • Fixed Response contains pseudo header status
    • Compatibility:

      • 7.0.0
  3. 3.2.0

    • Added possibility to disable HTTP/2
    • Compatibility:

      • 7.0.0
  4. 3.1.1

    • Fixed Thread leak
    • Compatibility:

      • 7.0.0
  5. 3.1.0

    • Configurable idle timeout for TTL
    • Compatibility:

      • 7.0.0
  6. 3.0.1

    • Bug fixes
    • Compatibility:

      • 7.0.0
  7. 3.0.0

    • Reduced build time and file size for applications that use the lib as a dependency.
    • Shorter http connection latencies due to use of http 1.1 connection pool
    • Compatibility:

      • 7.0.0
  8. 2.4.1

    • Force close connection
    • Compatibility:

      • 7.0.0
  9. 2.4.0

    • Support new property `keyStore`
    • Compatibility:

      • 7.0.0
  10. 2.3.0

    • mTLS support
    • Compatibility:

      • 7.0.0
  11. 2.2.1

    • Fixed deletion of temporary files
    • Compatibility:

      • 7.0.0
  12. 2.2.0

    • Added support of query parameters in `request` method
    • Compatibility:

      • 7.0.0
  13. 2.1.2

    • Fixed class loader issue
    • Compatibility:

      • 7.0.0
  14. 2.1.1

    • Upgraded to OkHttp 4.6.0
    • Compatibility:

      • 7.0.0
  15. 2.1.0

    • Added support of custom certificates
    • Compatibility:

      • 7.0.0
  16. 2.0.0

    • Adapt to Enonic XP 7.0 changes
    • Compatibility:

      • 7.0.0
  17. 1.0.6

    • Upgraded incompatible dependencies
    • Compatibility:

      • 6.15.0
  18. 1.0.5

    • Fixed NPE on missing "Content-Length" header
    • Compatibility:

      • 6.11.0
  19. 1.0.4

    • Fixed issue with unclosed response body
    • Compatibility:

      • 6.11.0
  20. 1.0.3

    • Added cookies to response
    • Added an option to avoid following redirects
    • Compatibility:

      • 6.11.0
  21. 1.0.2

    • Upgraded version of OkHttp
    • Compatibility:

      • 6.11.0
  22. 1.0.1

    • Fixed issues with empty body for response of type text
    • Compatibility:

      • 6.11.0
  23. 1.0.0

    • Initial release
    • Compatibility:

      • 6.11.0