JinhuiLee / miniPyserver

A mini server built from TCP level, just for fun and studying the details of HTTP protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#miniPyserver A mini server built from TCP level, just for fun and studying the details of HTTP protocol
It has some basic http functions like follows:

  • Traditional Multi-thread service, one thread for one request
  • Handle request to text/image/js/css/fonts file
  • Primitive url routing
  • Handle GET request
  • Handle POST request

lunch server: python(2.x) server.py

About

A mini server built from TCP level, just for fun and studying the details of HTTP protocol

License:MIT License


Languages

Language:CSS 87.5%Language:HTML 10.3%Language:Python 2.2%