Skip to main content

RequestType

Variables

Delete

const Delete: "DELETE" = "DELETE";

get

const get: "GET" = "GET";

post

const post: "POST" = "POST";
Was this page helpful?