simple-http icon indicating copy to clipboard operation
simple-http copied to clipboard

Make simple HTTP requests with Racket

Results 2 simple-http issues
Sort by recently updated
recently updated
newest added

Hi, I’m looking for a simple library to make HTTP requests, similar to Python’s venerable `requests` module. While `simple-http` looks like a good candidate, after reviewing the code, it seems...

I saw `get-headers` `get-status` If I want to get jsexpr directly, I need to `(json-response-body res)` How about adding a more generic one or something Ive missed?