diff --git a/doc/api/http.md b/doc/api/http.md index cd658f856b9aba..c49de6c351b0b7 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2131,6 +2131,11 @@ Sends a HTTP/1.1 100 Continue message to the client, indicating that the request body should be sent. See the [`'checkContinue'`][] event on `Server`. +### `response.writeEarlyHints()` + +Sends a HTTP/1.1 103 Early Hints message to the client with a Link header, +indicating that the user agent can preload/preconnect the linked resources. + ### `response.writeHead(statusCode[, statusMessage][, headers])`