soulee-dev / webserv

4 stars 2 forks source link

구조 설계 #5

Closed soulee-dev closed 1 year ago

soulee-dev commented 1 year ago

지금까지 학습한 내용들을 총합해, Webserv의 구조를 설계하고 도출된 내용을 통해 Flowchart를 그립니다.

soulee-dev commented 1 year ago

참고 자료 (HTTP Method) https://datatracker.ietf.org/doc/html/rfc7231#section-4.3

soulee-dev commented 1 year ago

참고 자료 (Flowchart) https://42seoul.gitbook.io/webserv/or-flowchart

soulee-dev commented 1 year ago

참고 자료 (RIO(Robust I/O)) https://github.com/whdlgp/system_programming_pra/wiki/Robust-I-O

soulee-dev commented 1 year ago

참고 자료 (Tiny Webserver) https://github.com/JJong-Min/tiny_web_server/tree/main