Skip to content

Releases: argherna/jttp

Initial release

30 Jun 20:49
Compare
Choose a tag to compare

Overview

Initial release of jttp. Please report issues and submit pull requests for fixes.

Known Issues

Jttp is implemented on top of HttpUrlConnection so it's subject to its limitations. Also I'm still figuring out the console color and indent rendering.

  • Some rendering errors will happen. Use the --download option to download and a text editor to view, or use --pretty-print NONE to get the payload.
  • I know HTTP/2 isn't supported. There is no workaround in HttpUrlConnection. Help me support it.
  • The PATCH method isn't supported There is no workaround for this in HttpUrlConnection.