Enum solicit::http::frame::data::DataFlag    
                   
                       [−]
                   
               [src]
pub enum DataFlag {
    EndStream,
    Padded,
}An enum representing the flags that a DataFrame can have.
The integer representation associated to each variant is that flag's
bitmask.
HTTP/2 spec, section 6.1.
Variants
EndStream | ||
Padded |