Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yaa110/rust-httpstatus
- Owner: yaa110
- License: apache-2.0
- Created: 2017-12-28T16:59:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T05:10:18.000Z (about 4 years ago)
- Last Synced: 2024-10-08T14:11:35.836Z (4 months ago)
- Topics: http, rust, rust-crate, status-codes
- Language: Rust
- Homepage: https://crates.io/crates/httpstatus
- Size: 11.7 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.