Skip to content

kawakami-o3/learn-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Toy HTTP server in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published