Skip to content

Version 0.6.3

Compare
Choose a tag to compare
@danmichaelo danmichaelo released this 01 Aug 08:57
· 29 commits to main since this release
  • Allow setting custom headers and override the default.
  • Remove use of ErrorPlugin() for throwing ClientErrorException on 4XX responses, since some servers return 4XX responses (others don't) whenever there is a diagnostic message, including zero result queries, and those are better handled by our Response class.