HTTP协议解析库fasthttp.zip
fast-http是CommonLisp语言实现的快速HTTP请求和响应的协议解析库,大部分移植自C语言版本的http-parser.
fast-http的性能比较:
http-parser:AnHTTPParserforNode.js
NOTE:DeletedPicoHTTPParserbecausethebenchmarkwaswrong.It's3.7timesfasterthanfast-http.Amazing.
详情请看Benchmark
使用方法:
(let* ((http (make-http-reques
下载地址
用户评论