Releases: joy-framework/http
Releases · joy-framework/http
First 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)