Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HTTPBuilder<C>

Type parameters

  • C: object

Hierarchy

Index

Properties

Protected _context

_context: Context<C> = new Context()

used to track transformations to the context

Protected _request

_request: RequestContext = new RequestContext()

used to track transformations to the request

Methods

body

delete

  • delete(): this

formatter

get

  • get(): this

headers

method

  • method(method: Method): this

parser

patch

  • patch(): this

path

port

post

  • post(): this

put

  • put(): this

query

url

Generated using TypeDoc