Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

secretfader/http-patterns-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.