SempRequest: {
    method: string;
    uri?: string;
}

Type declaration

  • method: string

    The HTTP method of the request which resulted in this response.

  • Optional uri?: string

    The URI of the request which resulted in this response.