Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jackfirth/racket-request

Package for simplifying HTTP requests and writing integration tests of REST-ful APIs in Racket
https://github.com/jackfirth/racket-request

http racket testing

Last synced: about 2 months ago
JSON representation

Package for simplifying HTTP requests and writing integration tests of REST-ful APIs in Racket

Awesome Lists containing this project

README

        

# racket-request [![Build Status](https://travis-ci.org/jackfirth/racket-request.svg?branch=master)](https://travis-ci.org/jackfirth/racket-request) [![Coverage Status](https://coveralls.io/repos/jackfirth/racket-request/badge.svg?branch=master&service=github)](https://coveralls.io/github/jackfirth/racket-request?branch=master)

[Documentation](http://pkg-build.racket-lang.org/doc/request/index.html)

Package for simplifying HTTP requests and writing integration tests of REST-ful APIs in Racket

```
$ raco pkg install request

> (require request)
```

Currently unstable and not guaranteed to maintain backwards compatibility