mirror of https://github.com/jumpserver/jumpserver
8 lines
93 B
Python
8 lines
93 B
Python
|
|
||
|
GET = 'GET'
|
||
|
POST = 'POST'
|
||
|
PUT = 'PUT'
|
||
|
PATCH = 'PATCH'
|
||
|
DELETE = 'DELETE'
|
||
|
OPTIONS = 'OPTIONS'
|