rust-web-server 17.41.0

An HTTP web framework, reverse proxy, and server for Rust supporting HTTP/1.1, HTTP/2, and HTTP/3. Config-driven proxy mode (rws.config.toml with [[route]] / [[upstream]]) or library crate. No third-party HTTP dependencies.
Documentation
[Read Me](https://github.com/bohdaq/rust-web-server/blob/main/README.md) > [Documentation](https://github.com/bohdaq/rust-web-server/tree/main/src/README.md)  > Null

# Null 

Representation of `null` in Rust. Initially needed by JSON module, but not limited to. 

Implements several Rust core traits:

- `FromStr`
- `Clone`
- `Debug`
- `PartialEq`
- `Display`

Additionaly implements Rust Web Server trait `New`.

In case of parse error returns `ParseNullError`. Error details specified within `message` field.

Previous topic | Current Topic | Next Topic
--- |---------------| ---
[URL]https://github.com/bohdaq/rust-web-server/tree/main/src/url | Null   | [Core]https://github.com/bohdaq/rust-web-server/tree/main/src/core