|
enum class | FileOpen : int { CreateOnly = 0
, Overwrite = 1
} |
|
◆ start()
virtual::std::error_code Bedrock::Http::FileResponseBody::start |
( |
::std::optional< uint64 > | | ) |
|
|
virtual |
◆ write()
virtual::std::error_code Bedrock::Http::FileResponseBody::write |
( |
::gsl::span< uchar const > | | ) |
|
|
virtual |
◆ complete()
virtual void Bedrock::Http::FileResponseBody::complete |
( |
| ) |
|
|
virtual |
◆ cancel()
virtual void Bedrock::Http::FileResponseBody::cancel |
( |
| ) |
|
|
virtual |
◆ getLoggableDestination()
virtual::std::string const & Bedrock::Http::FileResponseBody::getLoggableDestination |
( |
| ) |
const |
|
virtual |
◆ getLoggableData()
virtual ::gsl::span< uchar const > Bedrock::Http::FileResponseBody::getLoggableData |
( |
| ) |
const |
|
virtual |
◆ getType()
virtual::Bedrock::Http::ResponseBodyType Bedrock::Http::FileResponseBody::getType |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: