Interface HttpRequest

Hierarchy

  • HttpRequest

Properties

body?: string
headers?: {
    [header: string]: string;
}

Type declaration

  • [header: string]: string
isPublicEndpoint?: boolean
method?: string
rootPath?: string
url?: string
username?: string
aclId?: string

Generated using TypeDoc