mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 06:08:09 +08:00
4 lines
92 B
Dart
4 lines
92 B
Dart
enum HTTPVerb { get, head, post, put, patch, delete }
|
|
|
|
const DEFAULT_METHOD = HTTPVerb.get;
|