No description
Find a file
Vincent Ambo d3a47d3b1c refactor: Move URL & method configuration to send()
This lets the builder proceed without returning a `Result` from the
initial call, which makes for a slightly nicer API.
2019-02-26 17:30:49 +01:00
src refactor: Move URL & method configuration to send() 2019-02-26 17:30:49 +01:00
.gitignore feat: Initial check-in of working client layer 2019-02-26 11:20:38 +01:00
Cargo.toml refactor: Introduce json feature and make it optional 2019-02-26 13:49:43 +01:00
README.org feat: Initial check-in of working client layer 2019-02-26 11:20:38 +01:00

crimp ===

Crimp is an HTTP client interface on top of the [Rust bindings][] to cURL.

Please see the module documentation for details on why this exists.

[Rust bindings]: https://docs.rs/curl