#include <http_header_help.h>
Static Public Member Functions | |
Operations | |
| static CL_StringRef | get_header_value (const CL_StringRef &name, const CL_StringRef &header_lines) |
| static std::vector< CL_HTTPHeaderAccept > | get_accept (const CL_StringRef &header_lines) |
| static std::vector< CL_HTTPHeaderAcceptCharset > | get_accept_charset (const CL_StringRef &header_lines) |
| static std::vector< CL_HTTPHeaderAcceptEncoding > | get_accept_encoding (const CL_StringRef &header_lines) |
| static std::vector< CL_HTTPHeaderAcceptLanguage > | get_accept_language (const CL_StringRef &header_lines) |
| static std::vector< CL_StringRef > | get_accept_range (const CL_StringRef &header_lines) |
| static CL_StringRef | get_age (const CL_StringRef &header_lines) |
| Get age. | |
| static std::vector< CL_StringRef > | get_allow (const CL_StringRef &header_lines) |
| static CL_StringRef | get_authorization (const CL_StringRef &header_lines) |
| Get authorization. | |
| static std::vector< CL_StringRef > | get_cache_control (const CL_StringRef &header_lines) |
| static std::vector< CL_StringRef > | get_connection (const CL_StringRef &header_lines) |
| static std::vector< CL_StringRef > | get_content_encoding (const CL_StringRef &header_lines) |
| static std::vector< CL_HTTPHeaderContentLanguage > | get_content_language (const CL_StringRef &header_lines) |
| static CL_StringRef | get_content_length (const CL_StringRef &header_lines) |
| Get content length. | |
| static CL_StringRef | get_content_location (const CL_StringRef &header_lines) |
| Get content location. | |
| static CL_StringRef | get_content_md5 (const CL_StringRef &header_lines) |
| Get content md5. | |
| static CL_HTTPHeaderContentRange | get_content_range (const CL_StringRef &header_lines) |
| Get content range. | |
| static CL_HTTPHeaderContentType | get_content_type (const CL_StringRef &header_lines) |
| Get content type. | |
| static CL_StringRef | get_date (const CL_StringRef &header_lines) |
| Get date. | |
| static CL_StringRef | get_etag (const CL_StringRef &header_lines) |
| Get etag. | |
| static std::vector< CL_StringRef > | get_expect (const CL_StringRef &header_lines) |
| static CL_StringRef | get_expires (const CL_StringRef &header_lines) |
| Get expires. | |
| static CL_StringRef | get_from (const CL_StringRef &header_lines) |
| Get from. | |
| static CL_StringRef | get_host (const CL_StringRef &header_lines) |
| Get host. | |
| static std::vector< CL_StringRef > | get_if_match (const CL_StringRef &header_lines) |
| static CL_StringRef | get_if_modified_since (const CL_StringRef &header_lines) |
| Get if modified since. | |
| static CL_StringRef | get_if_none_match (const CL_StringRef &header_lines) |
| Get if none match. | |
| static CL_StringRef | get_if_range (const CL_StringRef &header_lines) |
| Get if range. | |
| static CL_StringRef | get_if_unmodified_since (const CL_StringRef &header_lines) |
| Get if unmodified since. | |
| static CL_StringRef | get_last_modified (const CL_StringRef &header_lines) |
| Get last modified. | |
| static CL_StringRef | get_location (const CL_StringRef &header_lines) |
| Get location. | |
| static CL_StringRef | get_max_forwards (const CL_StringRef &header_lines) |
| Get max forwards. | |
| static std::vector< CL_StringRef > | get_pragma (const CL_StringRef &header_lines) |
| static CL_StringRef | get_proxy_authenticate (const CL_StringRef &header_lines) |
| Get proxy authenticate. | |
| static CL_StringRef | get_proxy_authorization (const CL_StringRef &header_lines) |
| Get proxy authorization. | |
| static std::vector< CL_HTTPHeaderRange > | get_range (const CL_StringRef &header_lines, CL_StringRef &out_range_type) |
| static CL_StringRef | get_referer (const CL_StringRef &header_lines) |
| Get referer. | |
| static CL_StringRef | get_retry_after (const CL_StringRef &header_lines) |
| Get retry after. | |
| static CL_StringRef | get_server (const CL_StringRef &header_lines) |
| Get server. | |
| static std::vector< CL_HTTPHeaderTE > | get_te (const CL_StringRef &header_lines) |
| static std::vector< CL_StringRef > | get_trailer (const CL_StringRef &header_lines) |
| static std::vector< CL_StringRef > | get_transfer_encoding (const CL_StringRef &header_lines) |
| static CL_StringRef | get_upgrade (const CL_StringRef &header_lines) |
| Get upgrade. | |
| static CL_StringRef | get_user_agent (const CL_StringRef &header_lines) |
| Get user agent. | |
| static std::vector< CL_StringRef > | get_vary (const CL_StringRef &header_lines) |
| static std::vector< CL_HTTPHeaderVia > | get_via (const CL_StringRef &header_lines) |
| static CL_HTTPHeaderWarning | get_warning (const CL_StringRef &header_lines) |
| Get warning. | |
| static CL_StringRef | get_www_authenticate (const CL_StringRef &header_lines) |
| Get www authenticate. | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get age.
|
|
|
|
|
|
Get authorization.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get content length.
|
|
|
Get content location.
|
|
|
Get content md5.
|
|
|
Get content range.
|
|
|
Get content type.
|
|
|
Get date.
|
|
|
Get etag.
|
|
|
|
|
|
Get expires.
|
|
|
Get from.
|
|
||||||||||||
|
|
|
|
Get host.
|
|
|
|
|
|
Get if modified since.
|
|
|
Get if none match.
|
|
|
Get if range.
|
|
|
Get if unmodified since.
|
|
|
Get last modified.
|
|
|
Get location.
|
|
|
Get max forwards.
|
|
|
|
|
|
Get proxy authenticate.
|
|
|
Get proxy authorization.
|
|
||||||||||||
|
|
|
|
Get referer.
|
|
|
Get retry after.
|
|
|
Get server.
|
|
|
|
|
|
|
|
|
|
|
|
Get upgrade.
|
|
|
Get user agent.
|
|
|
|
|
|
|
|
|
Get warning.
|
|
|
Get www authenticate.
|
1.4.6