We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@throws
1 parent a6ea5ca commit 0e2dd8eCopy full SHA for 0e2dd8e
src/Request.ts
@@ -57,6 +57,7 @@ export class Request {
57
/**
58
* Create a new Request from a Node.js incoming HTTP request.
59
* @throws {@link Request.BadUrlError} If the request URL is invalid.
60
+ * @throws {@link Request.SocketClosedError} If the request socket was closed before the request could be handled.
61
*/
62
public static incomingMessage(incomingMessage: http.IncomingMessage) {
63
const auth =
0 commit comments