Skip to content

Commit

Permalink
Reflect well-known HttpHeaders intent in Javadoc
Browse files Browse the repository at this point in the history
Closes gh-33886
  • Loading branch information
bclozel committed Nov 18, 2024
1 parent afef439 commit 4aafae1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
* over the old instance's {@code entrySet()} and using
* {@link #addAll(String, List)} rather than {@link #put(String, List)}.
*
* <p>This class is meant to reference "well-known" headers supported by Spring
* Framework. If your application or library relies on other headers defined in RFCs,
* please use methods that accept the header name as a parameter.
*
* @author Arjen Poutsma
* @author Sebastien Deleuze
* @author Brian Clozel
Expand Down

0 comments on commit 4aafae1

Please sign in to comment.