LogoRobo.js
Packages@robojs/server

HttpMethod

Type Alias: HttpMethod

type HttpMethod = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "OPTIONS" | "HEAD";

On this page