Documentation
# License: see LICENSE file at root directory of `master` branch

[package]
edition = '2018'
name = 'htt'
version = '0.4.1'
authors = ['Hai Bison <haibison.apps@gmail.com>']
description = 'Simple HTTP'
repository = 'https://bitbucket.org/haibison/htt'
license-file = 'LICENSE'
keywords = ['http']
categories = ['web-programming']

[features]
std = []

[package.metadata.docs.rs]
all-features = true