/dynamicServer

http模块实现简单动态服务器

Primary LanguageJavaScript

http模块实现简单的动态服务器

1.实现了cookie

2.实现了会话

3.实现了对query和body的解析(采用延迟解析策略)