simple-http

Very small lib for making HTTP requests, usually to APIs.


Keywords
http, net, http-client, racket, racket-lang
License
BSD-3-Clause

Documentation

simple-http

Make simple HTTP requests with Racket

Sometimes you just want to shoot off some requests to a server and sorting through http-client and net/url is a bit much.

Heavily inspired by racket-request