Skip to content

v1.1

Compare
Choose a tag to compare
@m-canton m-canton released this 12 Aug 16:11
· 52 commits to main since this release

This version refactors some names to improve the usability of this plugin.

Changes:

  • base_url in HTTPManagerClient instead of host and port.
  • HTTPManager.request handles null request.
  • HTTPManager.fetch to auto-parse the response body with await.
  • MIME class to handle MIMETypes and parse data.
  • Redirect support.