LuciadRIA (2026.0.12)
    Preparing search index...

    Describes an HTTP request supported by OGC Web Services (OWS). All defined properties are read-only.

    2024.0.02

    interface OWSCapabilitiesOperationRequest {
        method: "GET" | "POST";
        url: string;
    }

    Properties

    Properties

    method: "GET" | "POST"

    The HTTP request method. Possible values: "GET", "POST".

    url: string

    The HTTP request URL.