Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#1277]: Documentation: response.set(fields) overwrites previous header fields? #1282

Merged
merged 2 commits into from
Dec 7, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[#1277]: Respond to PR feedback
  • Loading branch information
doug-wade committed Dec 7, 2018
commit 1306d1007ed539f67403c03d3be8b908abe68dfe
2 changes: 1 addition & 1 deletion docs/api/response.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ ctx.set({
});
```

This sets or updates header field by specified keys and doesn't reset the entire header.
This delegates to [setHeader](https://nodejs.org/dist/latest/docs/api/http.html#http_request_setheader_name_value) which sets or updates headers by specified keys and doesn't reset the entire header.

### response.remove(field)

Expand Down