No description
Find a file
Vincent Ambo 2349dd22c3 feat: Split tls_key_password into a separate function
WHen configuring a PKCS12 certificate it is more useful to be able to
set this separately, as the `tls_client_key` function is never called.
2019-02-26 17:30:53 +01:00
src feat: Split tls_key_password into a separate function 2019-02-26 17:30:53 +01:00
.gitignore feat: Initial check-in of working client layer 2019-02-26 11:20:38 +01:00
Cargo.toml feat: Add optional Request::basic_auth utility function 2019-02-26 17:30:49 +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