UNPKG

@paperbits/common

Version:
8 lines 195 B
export class HttpMethod { static head = "HEAD"; static get = "GET"; static post = "POST"; static put = "PUT"; static patch = "PATCH"; static delete = "DELETE"; }