Skip to content

Opensearch dashboards.saferoutemethod

Home > opensearch-dashboards > SafeRouteMethod

SafeRouteMethod type

Set of HTTP methods not changing the state of the server.

Signature:

export declare type SafeRouteMethod = 'get' | 'options';