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.
1 parent 3222a04 commit 2cd51efCopy full SHA for 2cd51ef
1 file changed
doc/api/http.markdown
@@ -358,7 +358,7 @@ Note that HTTP requires the `Trailer` header to be sent if you intend to
358
emit trailers, with a list of the header fields in its value. E.g.,
359
360
response.writeHead(200, { 'Content-Type': 'text/plain',
361
- 'Trailer': 'TraceInfo' });
+ 'Trailer': 'Content-MD5' });
362
response.write(fileData);
363
response.addTrailers({'Content-MD5': "7895bf4b8828b55ceaf47747b4bca667"});
364
response.end();
0 commit comments