Skip to content

chronolaw/http_study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http_study

《透视HTTP协议》 Follow me to study HTTP.

Pull requests of Python/JavaScript example code are welcome!

Requirements

  • Windows : 7 or 10
  • Linux : Ubuntu, Debian, CentOS, and others
  • macOS(OS X) : 10.10 or later

Docker

You can also use this in docker, it bases on ubuntu 18.04/openresty 1.17.8.2:

docker pull chronolaw/http_study
docker run -it --rm chronolaw/http_study bash

cat ~/http_study/hosts >> /etc/hosts
cd ~/http_study/www
./run.sh start

If you pulled the latest image, you can run it with docker-compose:

docker-compose run --rm http_study

Resource

HTTP

HTTPS/SSL/TLS

Others

Websites

Dev Links

See Also