mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-03-04 08:00:14 -05:00
[GitHub Actions] Updated ubuntu-latest binaries
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -146,7 +146,7 @@ export interface HttpResponse {
|
||||
/** Enters or continues chunked encoding mode. Writes part of the response. End with zero length write. */
|
||||
write(chunk: RecognizedString) : HttpResponse;
|
||||
/** Ends this response by copying the contents of body. */
|
||||
end(body?: RecognizedString) : HttpResponse;
|
||||
end(body?: RecognizedString, closeConnection?: boolean) : HttpResponse;
|
||||
/** Ends this response, or tries to, by streaming appropriately sized chunks of body. Use in conjunction with onWritable. Returns tuple [ok, hasResponded].*/
|
||||
tryEnd(fullBodyOrChunk: RecognizedString, totalSize: number) : [boolean, boolean];
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
d2d70bd35fa599db460d2b90628ca65e5875ec8b
|
||||
8f5383157d8ba3fb1e7a5caacca965155fef8338
|
||||
|
||||
Reference in New Issue
Block a user