Appearance
@wpkernel/core v0.12.1-beta.3
@wpkernel/core / HttpMethod
type HttpMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
HTTP methods supported by the transport layer