SAS logoSAS® Mobile Investigator API
    Preparing search index...

    Interface HttpHandler

    interface HttpHandler {
        handle(request: HttpRequest<any>): Promise<HttpResponse<any>>;
    }
    Index

    Methods

    Methods