Skip to content

Enumeration

HTTPHeaders.ContentRange.Value

Represents the value of the Content-Range request header.
enum Value

Overview

See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Range

Topics

Enumeration Cases

Instance Methods

  • serialize()
    Serializes HTTPHeaders.Range.Value to a string for use within the HTTP Content-Range header.

Type Methods

  • from(responseStr:)
    Parses a string representing a response range in one of the following formats:

Relationships

Conforms To

  • Swift.Equatable