Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RequestLine

SHIORI Request Message's RequestLine Container

Hierarchy

  • RequestLine

Implements

Index

Constructors

constructor

Properties

Private arguments

arguments: RequestLineLike

Accessors

method

  • get method(): Method | undefined
  • set method(method: Method | undefined): void

protocol

  • get protocol(): Protocol | undefined
  • set protocol(protocol: Protocol | undefined): void

version

  • get version(): Version | undefined
  • set version(version: Version | undefined): void

Methods

toString

  • toString(): string

validate_method_version

  • validate_method_version(method: Method, version: Version): void

Generated using TypeDoc