Enum actix_web::HttpRangeParseError [] [src]

pub enum HttpRangeParseError {
    InvalidRange,
    NoOverlap,
}

Range parsing error

Variants

Returned if range is invalid.

Returned if first-byte-pos of all of the byte-range-spec values is greater than the content size. See https://github.com/golang/go/commit/aa9b3d7

Trait Implementations

impl Debug for HttpRangeParseError
[src]

[src]

Formats the value using the given formatter.