scuffle-http 0.3.2

A high-performance HTTP server supporting HTTP/1.1, HTTP/2, and HTTP/3.
Documentation
1
2
3
4
5
6
7
# scuffle-http examples

Examples of using the `scuffle-http` crate.

- [echo]./src/echo.rs - A simple echo server.
- [echo-tls]./src/echo_tls.rs - A simple echo server with encryption (HTTPS) and HTTP/3.
- [axum]./src/axum.rs - Example of using the `axum` web framework with `scuffle-http`.