malaga_http_utils 0.1.4

Small library to handler request and response objects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "malaga_http_utils"
version = "0.1.4"
description = "Small library to handler request and response objects"
authors = ["Francisco Jesus Navarro Cortes <spielrs@icloud.com>"]
edition = "2018"
repository = "https://github.com/spielrs/malaga-http_utils"
keywords = ["malaga", "http", "utils"]
categories = ["network-programming"]
license = "MIT"
license-file = "LICENSE"
readme = "README.md"

[dependencies]
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
bincode = "1.0"