mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 20:52:33 +02:00
11 lines
149 B
JavaScript
11 lines
149 B
JavaScript
export const HTTP_METHODS = [
|
|
"GET",
|
|
"POST",
|
|
"PUT",
|
|
"PATCH",
|
|
"DELETE",
|
|
"CONNECT",
|
|
"HEAD",
|
|
"OPTIONS",
|
|
"TRACE",
|
|
];
|