Crates.io | slimweb |
lib.rs | slimweb |
version | 0.3.0 |
source | src |
created_at | 2020-03-14 00:23:12.050907 |
updated_at | 2020-03-28 01:51:17.23627 |
description | Slim HTTP 1.1 client/server library |
homepage | |
repository | https://github.com/MirrorBytes/slimweb |
max_upload_size | |
id | 218405 |
size | 70,724 |
Slim HTTP 1.1 client/server library.
I felt compelled (or inspired if you will) to write this library after reading this article: https://medium.com/@shnatsel/smoke-testing-rust-http-clients-b8f2ee5db4e6
More on the controversial side of the Rust community, it seemed quite interesting how such eloquent libraries could be riddled down to such minor details that could cause major problems. So, I'm throwing another into the mix that will probably hit that same point.
[dependencies]
slimweb = "0.1"
Client (default)
Server
tls (security)
json
compress (both compression and decompression)
punycode (for client only)
multipart (multipart/form-data)