Skip to content

1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 11:19
· 8 commits to main since this release
caec2b5
  • Deprecated HTTPClient methodmap
  • Introduced HTTPRequest methodmap
  • Added ability to append query parameters to the URL
  • Added ability to set the credentials for HTTP Basic authentication
  • Added ability to set the maximum number of redirects to follow
  • Added ability to POST form data
  • Allow user defined 'Accept' and 'Content-Type' headers (thanks @Peak-CDE)
  • Fixed HTTP/2 timeouts by enforcing HTTP/1.1 for file transfers on Windows
  • Fixed response body being printed to server console during file upload
  • Throw an error when passing empty values to some natives