Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yaa110/rust-httpstatus

List of HTTP response status codes
https://github.com/yaa110/rust-httpstatus

http rust rust-crate status-codes

Last synced: 3 months ago
JSON representation

List of HTTP response status codes

Awesome Lists containing this project

README

        

Rust HTTP status codes
======================

[![crates.io](https://img.shields.io/crates/v/httpstatus.svg)](https://crates.io/crates/httpstatus) [![Documentation](https://img.shields.io/badge/Docs-httpstatus-blue.svg)](https://docs.rs/httpstatus) [![Build Status](https://travis-ci.org/yaa110/rust-httpstatus.svg?branch=master)](https://travis-ci.org/yaa110/rust-httpstatus)

Provides a list of HTTP response status codes. This source code is licensed under either of MIT license or Apache License, Version 2.0 that can be found in [LICENSE-MIT](LICENSE-MIT) or [LICENSE-APACHE](LICENSE-APACHE) files, respectively.

## How to use
Add `httpstatus = ""` to `dependencies` section of `Cargo.toml`:

```toml
[dependencies]
httpstatus = "0.1"
```

For getting started, please check [lib_test](tests/lib_test.rs) file in tests folder.