Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::Response Member List

This is the complete list of members for fastly::Response, including all inherited members.

append_body(Body body)fastly::Response
append_header(std::string_view name, std::string_view value)fastly::Response
clone_with_body()fastly::Response
clone_without_body()fastly::Response
contains_header(std::string_view name)fastly::Response
from_body(Body body)fastly::Responsestatic
from_status(StatusCode status)fastly::Responsestatic
get_age()fastly::Response
get_backend()fastly::Response
get_backend_addr()fastly::Response
get_backend_name()fastly::Response
get_content_length()fastly::Response
get_content_type()fastly::Response
get_header(std::string_view name)fastly::Response
get_header_all(std::string_view name)fastly::Response
get_header_names()fastly::Response
get_headers()fastly::Response
get_stale_while_revalidate()fastly::Response
get_ttl()fastly::Response
get_version()fastly::Response
has_body()fastly::Response
into_body()fastly::Response
into_body_bytes()fastly::Response
into_body_string()fastly::Response
is_from_backend()fastly::Response
redirect(std::string_view destination)fastly::Responsestatic
remove_header(std::string_view name)fastly::Response
request::select(std::vector< request::PendingRequest > &reqs)fastly::Responsefriend
Response()fastly::Response
see_other(std::string_view destination)fastly::Responsestatic
send_to_client()fastly::Response
set_body(Body body)fastly::Response
set_body_octet_stream(std::vector< uint8_t > body)fastly::Response
set_body_text_html(std::string_view body)fastly::Response
set_body_text_plain(std::string_view body)fastly::Response
set_content_type(std::string_view mime)fastly::Response
set_header(std::string_view name, std::string_view value)fastly::Response
set_status(StatusCode status)fastly::Response
set_version(Version version)fastly::Response
stream_to_client()fastly::Response
take_backend_request()fastly::Response
take_body()fastly::Response
take_body_bytes()fastly::Response
take_body_string()fastly::Response
temporary_redirect(std::string_view destination)fastly::Responsestatic
with_body(Body body) &&fastly::Response
with_body_octet_stream(std::vector< uint8_t > body) &&fastly::Response
with_body_text_html(std::string_view body) &&fastly::Response
with_body_text_plain(std::string_view body) &&fastly::Response
with_content_type(std::string_view mime) &&fastly::Response
with_header(std::string_view name, std::string_view value) &&fastly::Response
with_set_header(std::string_view name, std::string_view value) &&fastly::Response
with_status(StatusCode status) &&fastly::Response
with_version(Version version) &&fastly::Response