rust-web-server 17.17.0

Static file web server and HTTP toolkit written in Rust. Supports HTTP/3, HTTP/2, and HTTP/1.1. HTTP/3 and HTTP/2 require a TLS certificate; without one the server falls back to plain HTTP/1.1 automatically.
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