Type alias HttpHandlerDescriptor

HttpHandlerDescriptor: ExtensionDescriptor<HttpHandlerPayload> & {
    kind: typeof EXTENSION_KIND_HTTP_HANDLER;
}

Type declaration