Skip to content

Releases: iKunalChhabra/java_requests

v1.2.0

02 Jan 09:00
3f70851
Compare
Choose a tag to compare

Project Status

Available Functionality

  • Protocols:
    • HTTP
    • HTTPS
  • Methods:
    • GET
    • POST
    • PUT
    • PATCH
    • DELETE
  • Response formats:
    • JSON
    • TEXT
    • BYTE
    • BASE64
    • FILE
    • HASH
      • MD5
      • SHA1
      • SHA256
      • SHA512
  • POST, PUT, PATCH data formats:
    • BYTE
    • TEXT
    • JSON
    • FILE
    • BASE64
    • JAVA HashMap
  • Authentication:
    • Basic
    • Bearer
    • Custom

v1.1.0

01 Jan 17:58
267a094
Compare
Choose a tag to compare

Available Functionality

  • Protocols:
    • HTTP
    • HTTPS
  • Methods:
    • GET
    • POST
    • PUT
    • PATCH
    • DELETE
  • Response formats:
    • JSON
    • TEXT
    • BYTE
    • BASE64
    • FILE
    • HASH
      • MD5
      • SHA1
      • SHA256
      • SHA512
  • POST, PUT, PATCH data formats:
    • BYTE (new)
    • STRING (new)
    • JSON (new)
    • FILE (new)
    • BASE64 (new)
    • JAVA HashMap (new)
  • Authentication:
    • Basic
    • Bearer
    • Custom

v1.0.0

01 Jan 15:05
cd4451b
Compare
Choose a tag to compare

Below features are available in this release :

  • Protocols:
    • HTTP
    • HTTPS
  • Methods:
    • GET
    • POST
    • PUT
    • PATCH
    • DELETE
  • Response formats:
    • JSON
    • TEXT
    • BYTE
    • BASE64
    • FILE
    • HASH
      • MD5
      • SHA1
      • SHA256
      • SHA512
  • POST, PUT, PATCH data formats:
    • BYTE
  • Authentication:
    • Basic
    • Bearer
    • Custom