Enum solicit::http::connection::EndStream   
                   
                       [−]
                   
               [src]
pub enum EndStream {
    Yes,
    No,
}An enum indicating whether the HttpConnection send operation should end the stream.
Variants
Yes | The stream should be closed  | |
No | The stream should still be kept open  |