netty5/codec-http/src
Stephane Landelle cb8fdd6c73 Add some HTTP header constants (#10127)
Motivation:

Add some missing HTTP header names and values constants.

Modification:

* names:
  * dnt (Do Not Track)
  * upgrade-insecure-requests
  * x-requested-with
* values:
  * application/xhtml+xml
  * application/xml
  * text/css
  * text/html
  * text/event-stream
  * XmlHttpRequest

Result:

More constants available
2020-03-23 13:07:06 +01:00
..
main Add some HTTP header constants (#10127) 2020-03-23 13:07:06 +01:00
test HttpObjectDecoder should limit the number of control chars (#10112) 2020-03-17 10:41:10 +01:00