# 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`.