struct ugcs::vsm::Http_parser::string_compare_ignore_case

#include <http_parser.h>

struct string_compare_ignore_case
{
    // methods

    bool operator () (
        const std::string& lhs,
        const std::string& rhs
        ) const;
};