http-string-parser
http-string-parser copied to clipboard
Parse HTTP Request and Response from String in Node.JS
Bumps [mocha](https://github.com/mochajs/mocha) from 1.11.0 to 9.0.3. Release notes Sourced from mocha's releases. v9.0.3 9.0.3 / 2021-07-25 :bug: Fixes #4702: Error rethrow from cwd-relative path while loading .mocharc.js (@kirill-golovan) #4688: Usage...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.4. Release notes Sourced from chai's releases. v4.3.4 This fixes broken inspect behavior with bigints (#1321) (#1383) thanks @vapier 4.3.3 / 2021-03-03 This reintroduces Assertion...
It'd be nice if it had Typescript typings. Here's a start in case anyone else needs them: ``` declare module 'http-string-parser' { export interface HttpStringParserResult { protocolVersion: string statusCode: string...
Updates the requirements on [coffee-script](https://github.com/jashkenas/coffeescript) to permit the latest version. Commits - [`27f21a3`](https://github.com/jashkenas/coffeescript/commit/27f21a34e2208e44c2240ef72afe371e518802d2) 1.12.7 ([#4617](https://github-redirect.dependabot.com/jashkenas/coffeescript/issues/4617)) - [`799bc6e`](https://github.com/jashkenas/coffeescript/commit/799bc6e81cdabed3134bf78d4b0a1aa52fee0661) Restrict indented return arg to object ([#4605](https://github-redirect.dependabot.com/jashkenas/coffeescript/issues/4605)) - [`e4bf163`](https://github.com/jashkenas/coffeescript/commit/e4bf1631e1314e71db4e3af23b2a9c82ddfdb693) refine sameLine implicit object...
Parsing this response ``` HTTP/1.1 200 OK X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Security-Policy: script-src 'self' Strict-Transport-Security: max-age=31536000 Set-Cookie: JSESSIONID=1AF9A42DC89C0CD2620ECE5449074DF1.PPM1-1; Path=/itg/; HttpOnly Set-Cookie: JSESSIONID=1AF9A42DC89C0CD2620ECE5449074DF1.PPM1-1; path=/itg; HTTPOnly Accept-Language: ru_RU Cache-Control: no-cache, post-check=0,...
## Request ``` text HTTP/1.1 200 OK Date: Thu, 11 Jun 2015 07:56:03 GMT Server: Apache-Coyote/1.1 X-Powered-By: Servlet/3.0; JBossAS-6 Access-Control-Allow-Origin: * Content-Type: text/xml;charset=UTF-8 Vary: Accept-Encoding Content-Length: 704 Keep-Alive: timeout=5, max=98...