pub type ContainerLogs200Response = Vec<u8>;
Expand description
logs returned as a stream in response body. For the stream format, see the documentation for the attach endpoint. Note that unlike the attach endpoint, the logs endpoint does not upgrade the connection and does not set Content-Type.
Aliased Typeยง
struct ContainerLogs200Response { /* private fields */ }