Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpService

Hierarchy

  • HttpService

Index

Constructors

constructor

Methods

execute

extractBody

extractQuery

get

  • get(e: HttpEvent): HtmlOutput | TextOutput | unknown[] | Record<string, unknown>

getEndpoint

  • getEndpoint(eParam?: string): string

getMethod

handler

  • handler(httpMethod: HttpMethod, httpEvent: HttpEvent): HtmlOutput | TextOutput | unknown[] | Record<string, unknown>

post

  • post(e: HttpEvent): HtmlOutput | TextOutput | unknown[] | Record<string, unknown>

Generated using TypeDoc