Skip to content

Version

[Source]

union of supported HTTP Versions

See: https://tools.ietf.org/html/rfc2616#section-3.1

type Version is
  ((HTTP09 val | HTTP10 val | HTTP11 val) & _Version val)

Type Alias For