Skip to content

Releases: MarketSquare/robotframework-httprequestlibrary

Json parsing

24 Jan 15:46
Compare
Choose a tag to compare

Improved Json parsing to handle JSONs starting with either object or array.

Support for all HTTPrequests

22 Jan 16:46
Compare
Choose a tag to compare
  • Supports GET, POST, DELETE, OPTIONS, HEAD, PATCH and PUT.
  • Proxy support missing

GET and POST testing

18 Jan 20:33
Compare
Choose a tag to compare

Supports most of the session parameters as requests-library, and GET and POST requests.

Some differences to Requests, but mostly working as an drop in replacesement.

Utilizes Apache httpclient.