mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 07:13:50 +01:00
12 lines
149 B
JavaScript
12 lines
149 B
JavaScript
export const HTTP_METHODS = [
|
|
"GET",
|
|
"POST",
|
|
"PUT",
|
|
"PATCH",
|
|
"DELETE",
|
|
"CONNECT",
|
|
"HEAD",
|
|
"OPTIONS",
|
|
"TRACE",
|
|
];
|