More fixes

This commit is contained in:
Ryan Cavanaugh
2016-05-04 22:50:05 -07:00
parent 290d5dfb4d
commit 81862d240d
208 changed files with 221 additions and 453 deletions

View File

@@ -1,6 +1,4 @@
/// <reference path="http-string-parser.d.ts" />
import parser = require("http-string-parser");
import parser = require("http-string-parser");
function test_request(): void {
var result = parser.parseRequest("HTTP/1.1 GET /\r\nHost: www.example.com\r\n\r\n");