Skip to content

First release πŸŽ‰

Latest
Compare
Choose a tag to compare
@swlkr swlkr released this 01 Feb 00:20
· 31 commits to master since this release

Send and receive very basic http 1.1 requests with curl!

  • get
  • post
  • put
  • patch
  • delete
  • trace
  • head

All supported!

You can also send options

  • :follow-redirects (true or false, false by default)
  • :max-redirects (integer, 50 by default)
  • :user-agent (string, "janet http client" by default)
  • :keep-alive (true or false, true by default)
  • :headers (dictionary, nil by default)