RequestMethodType:
    | "get"
    | "post"
    | "patch"
    | "delete"
    | "put"

Set of possible request methods.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.