Skip to content

Releases: joy-framework/http

First release 🎉

01 Feb 00:20
Compare
Choose a tag to compare

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)