Skip to content

Files

Latest commit

50ce798 · Mar 1, 2023

History

History
This branch is up to date with qinguoyi/TinyWebServer:master.

http

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 17, 2020
Jun 8, 2020
Mar 1, 2023

http连接处理类

根据状态转移,通过主从状态机封装了http连接类。其中,主状态机在内部调用从状态机,从状态机将处理状态和数据传给主状态机

  • 客户端发出http连接请求
  • 从状态机读取数据,更新自身状态和接收数据,传给主状态机
  • 主状态机根据从状态机状态,更新自身状态,决定响应请求还是继续读取