:orphan: .. index:: pair: struct; nginx_http_header .. _doxid-structnginx__http__header: struct nginx_http_header ======================== .. toctree:: :hidden: Overview ~~~~~~~~ HTTP header :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct nginx_http_header { // fields char* :ref:`name`; char* :ref:`value`; // methods :ref:`LIST_ENTRY`(nginx_http_header); }; .. _details-structnginx__http__header: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ HTTP header Fields ------ .. index:: pair: variable; name .. _doxid-structnginx__http__header_1aed7e61c171db5bd1df94e6b85180bcf2: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Header name according to HTTP specification .. index:: pair: variable; value .. _doxid-structnginx__http__header_1a82a602984475b6607097022fa5f5668e: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* value Header value Methods ------- .. index:: pair: function; LIST_ENTRY .. _doxid-structnginx__http__header_1a8742698441fd9e10fdb756cf712c9a69: .. ref-code-block:: cpp :class: doxyrest-title-code-block LIST_ENTRY(nginx_http_header) Linked list of headers