codefun1024 / http_study

follow me to study http

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

follow me to study http

License:BSD 2-Clause "Simplified" License


Languages

Language:Lua 88.5%Language:Dockerfile 4.3%Language:C++ 2.8%Language:Shell 1.4%Language:HTML 1.3%Language:Python 1.2%Language:Batchfile 0.4%