Function to extract header information from an http message and match the data with XML data. More...
#include <httpparser.hpp>
Go to the source code of this file.
Functions | |
int | has_xml_content_type (http_message_t *hmsg) |
Find the header from the HTTP message and match the header for xml data. | |
Function to extract header information from an http message and match the data with XML data.
Definition in file parsetools.cpp.
int has_xml_content_type | ( | http_message_t * | hmsg | ) |
Find the header from the HTTP message and match the header for xml data.
[in] | hmsg | HTTP Message Object. |
Definition at line 45 of file parsetools.cpp.