Skip to content

A library providing essential types for HTTP, including request bodies, response headers, and other core HTTP abstractions.

License

Notifications You must be signed in to change notification settings

crates-dev/http-type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-type

Official Documentation

Api Docs

A comprehensive Rust library providing essential types for HTTP operations. Includes core HTTP abstractions (request/response, methods, status codes, versions), content types, cookies, WebSocket support, and thread-safe concurrent types (ArcMutex, ArcRwLock). Also provides convenient Option-wrapped primitive types for flexible HTTP handling.

Installation

To use this crate, you can run cmd:

cargo add http-type

Use

use http_type::*;

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Contact

For any inquiries, please reach out to the author at [email protected].

About

A library providing essential types for HTTP, including request bodies, response headers, and other core HTTP abstractions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages