Properties
Protected _body
_body: Readonly<TBody>
Protected _context
_context: Map<string, any> = new Map<string, any>()
Protected _header
_header: ReadonlyMap<string, string | string[]>
Protected _path
_path: Readonly<string>
Protected _pathParam
_pathParam: ReadonlyMap<string, string>
Protected _queryParam
_queryParam: ReadonlyMap<string, string | string[]>