View Single Post
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 06-06-2021 , 07:35   Re: REST in Pawn 1.3 - HTTP client for JSON REST APIs (Updated 2021/06/06)
Reply With Quote #102

Version 1.3 has been released with the following changes:
  • 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)
  • 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
Download
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.

Last edited by DJ Tsunami; 06-06-2021 at 07:36.
DJ Tsunami is offline