Skip to content

Latest commit

 

History

History
79 lines (58 loc) · 1.49 KB

README.md

File metadata and controls

79 lines (58 loc) · 1.49 KB

learn-http

learn-http is a basic, experimental HTTP server.

Usage

  1. Run a server.
% cargo run --bin http-server
  1. Access with a simple client.
% cargo run --bin http-client

Features

HTTP/0.9

HTTP/1.0 contains HTTP/0.9 features, and learn-http supports them.

HTTP/1.0

HTTP/1.1