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

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

append(Body other)fastly::http::Body
append_trailer(std::string_view header_name, std::string_view header_value)fastly::http::Body
Body()fastly::http::Bodyinline
Body(Body &&old)fastly::http::Bodyinline
Body(std::vector< uint8_t > body_vec)fastly::http::Bodyinline
Body(std::string body_str)fastly::http::Bodyinline
Body(const char *body_str)fastly::http::Bodyinline
Body(std::string_view body_str)fastly::http::Bodyinline
overflow(int_type val)fastly::http::Bodyprotected
read(uint8_t *buf, size_t bufsize)fastly::http::Body
sync()fastly::http::Bodyprotected
take_body_string()fastly::http::Bodyinline
underflow()fastly::http::Bodyprotected
write(uint8_t *buf, size_t bufsize)fastly::http::Body