/http-patterns-rs

HTTP API Patterns in Async Rust.

Primary LanguageRustMozilla Public License 2.0MPL-2.0

Application Patterns in Async Rust

Continuous Integration Security Audit Status

This repository contains implementations of several common tasks, often related to developing and scaling HTTP APIs, in async-Rust.

Examples

Warp Users Proxy implements several HTTP endpoints that are common for REST web applications, including user account registration (with configurable input validation) and formatting data received from a remote JSON API.

License

Copyright 2020 Nicholas Young. Released under the Mozilla Public License ("MPL"), version 2.0.