rust-web-server 2.0.0

Collection of utility functions used to build Rust Web Server. Can be useful while developing HTTP related functionality
Documentation
# Welcome to rust-web-server!

Collection of utility functions used to build [Rust Web Server](https://github.com/bohdaq/rust-web-server). Can be useful while developing HTTP related functionality.

## Features
1. [Cross-Origin Resource Sharing (CORS)]https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
1. [HTTP Range Requests]https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests
1. [HTTP Client Hints]https://developer.mozilla.org/en-US/docs/Web/HTTP/Client_hints
1. [X-Content-Type-Options]https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options
1. [X-Frame-Options]https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
1. No third party dependencies


## Community
Rust Web Server has a [Discord](https://discord.gg/zaErjtr5Dm) where you can ask questions and share ideas. Follow the [Rust code of conduct](https://www.rust-lang.org/policies/code-of-conduct).

## Donations
If you appreciate my work and want to support it, feel free to do it via [PayPal](https://www.paypal.com/donate/?hosted_button_id=7J69SYZWSP6HJ).