Skip to content

Releases: Konloch/HTTPRequest

HTTPRequest v2.2.0

26 Feb 13:41
Compare
Choose a tag to compare

This has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>HTTPRequest</artifactId>
  <version>2.2.0</version>
</dependency>

Changes

  • API Changes
  • Added readBytes

Full Changelog: v2.1.0...v2.2.0

HTTPRequest v2.1.0

21 Feb 00:27
Compare
Choose a tag to compare

This has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>HTTPRequest</artifactId>
  <version>2.1.0</version>
</dependency>

Changes

  • Adds access to the last sent webserver status code.

Full Changelog: v2.0.0...v2.1.0

HTTPRequest v2.0.0

15 Feb 10:10
Compare
Choose a tag to compare

This has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>HTTPRequest</artifactId>
  <version>2.0.0</version>
</dependency>

Changes

  • This includes some API changes and finalizes the documentation.