fire-http-representation 0.2.0

Http types for the fire http crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[![crates.io](https://img.shields.io/crates/v/fire-http-representation)](https://crates.io/crates/fire-http-representation)
[![docs.rs](https://img.shields.io/docsrs/fire-http-representation)](https://docs.rs/fire-http-representation)

Http types for the fire http crate.

At the moment these types are more suitable
for server implementations than for clients.

## Features

### json
Adds json serialization and deserialization support for the `Body` type and
the `HeaderValues`.