heehkim
sokim
sarchoi
에코 서버 만들기
설계
concepts
웹서버
I/O 멀티플렉싱
<aside>
✈️ 요청과 응답
</aside>
요청 메시지
응답 메시지
static file
POST 요청
DELETE 요청
Uri 클래스
chunked message
directory redirection
Binary file
Socket
가상 호스트
<aside>
⚗️ 추가 기능
</aside>
config
Config 클래스 적용
CGI 호출 & Custom python-cgi
autoindex
테스트 클라이언트 - 웹페이지
테스트 클라이언트 - CUI
서버 여러 개 생성하기
속도 향상
- heehkim: HTTP 메시지, GET/POST/DELETE, Uri 클래스, Binary file, Autoindex, 테스트 클라이언트 CUI Program