diff options
author | Mattes D <github@xoft.cz> | 2016-01-01 16:42:22 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-03-01 16:19:56 +0100 |
commit | fce68dc8f39dfceab3e80513390bae8fa936a6b9 (patch) | |
tree | b79948729243bd71d77d6eb6062145e82d3b9941 /src/HTTPServer/HTTPMessage.h | |
parent | Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser. (diff) | |
download | cuberite-fce68dc8f39dfceab3e80513390bae8fa936a6b9.tar cuberite-fce68dc8f39dfceab3e80513390bae8fa936a6b9.tar.gz cuberite-fce68dc8f39dfceab3e80513390bae8fa936a6b9.tar.bz2 cuberite-fce68dc8f39dfceab3e80513390bae8fa936a6b9.tar.lz cuberite-fce68dc8f39dfceab3e80513390bae8fa936a6b9.tar.xz cuberite-fce68dc8f39dfceab3e80513390bae8fa936a6b9.tar.zst cuberite-fce68dc8f39dfceab3e80513390bae8fa936a6b9.zip |
Diffstat (limited to 'src/HTTPServer/HTTPMessage.h')
-rw-r--r-- | src/HTTPServer/HTTPMessage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/HTTPServer/HTTPMessage.h b/src/HTTPServer/HTTPMessage.h index 4af5e471b..50b1f9e19 100644 --- a/src/HTTPServer/HTTPMessage.h +++ b/src/HTTPServer/HTTPMessage.h @@ -49,6 +49,7 @@ protected: eKind m_Kind; + /** Map of headers, with their keys lowercased. */ AStringMap m_Headers; /** Type of the content; parsed by AddHeader(), set directly by SetContentLength() */ |