An open API service indexing awesome lists of open source software.

https://github.com/yanyingwang/http-client

A practical http client library for sending data to http servers.
https://github.com/yanyingwang/http-client

http-client racket

Last synced: 4 months ago
JSON representation

A practical http client library for sending data to http servers.

Awesome Lists containing this project

README

          

http-client
===========

~~~racket
(require http-client)

(http-get "https://httpbin.org"
#:path "anything/fruits"
#:data (hasheq 'color "red" 'made-in "China" 'price 10)
#:headers (hasheq 'Accept "application/json" 'Token "temp-token-abcef"))
~~~

check more doc at: https://yanying.wang/http-client/

https://developer.mozilla.org/en-US/docs/Web/HTTP