diff --git a/index.d.ts b/index.d.ts index 7e5245bd..aeafce7c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -139,6 +139,7 @@ export interface HttpResponse { * buffer, not in a hash table. You can read about this in * the user manual under "corking". */ + writeStatus(status: RecognizedString) : HttpResponse; /** Pause http body streaming (throttle) */ pause() : void; @@ -146,7 +147,6 @@ export interface HttpResponse { /** Resume http body streaming (unthrottle) */ resume() : void; - writeStatus(status: RecognizedString) : HttpResponse; /** Writes key and value to HTTP response. * See writeStatus and corking. */ diff --git a/source_commit b/source_commit index e33a3bcc..9f4ab5b4 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -813e9e94e033a8b9afd8a1f40d1656e3cce60e99 +a1bff123b317885f44d5f68f2b20cc357da82462