Skip to content

chickenchickenlove/my-http-rust-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// POST /api/v1/widgets?limit=10 HTTP/1.1 // Host: example.com // User-Agent: telnet // Accept: application/json // Content-Type: application/json // Content-Length: 29 // Connection: close // // {"name":"foo","enabled":true}

HTTP/1.1 Keep Alive Test

$ curl 

HTTP/2

$ brew install h2spec
$ cd http_h2
$ python main.py
...

$ h2spec -p 8080 -h localhost -P /hello
$ h2spec -p 8080 -h localhost -P /hello generic/1  

About

my-http-rust-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors