version.pony

1
2
3
4
type Version is ((HTTP10 | HTTP11) & _Version)
  """
  HTTP protocol version, either HTTP/1.0 or HTTP/1.1.
  """