Enumeration Casevapor 4.114.1Vapor->NIOHTTP1
within(start:end:)
HTTPHeaders+ContentRange.swift:191case within(start: Int, end: Int)
case within(start: Int, end: Int)
s8NIOHTTP111HTTPHeadersV5VaporE12ContentRangeV5ValueO6withinyAHSi_SitcAHmF
What are these?9XK4N
import NIOHTTP1
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
enum Value
Represents the value of the Content-Range
request header.
struct HTTPHeaders
A representation of a block of HTTP header fields.
struct ContentRange
Represents the HTTP Content-Range
response header.
@frozen struct Int
A signed integer value type.
case withinWithLimit(start: Int, end: Int, limit: Int)
case any(size: Int)