Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 364 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 364 Bytes

Purpose

Rust

Just a basic echo server written in rust.

Specifically waits for incoming http v1.1 requests and then echoes them back.

Manual testing

Basic tests exist under the "manual_testing" folder.