File size: 140 Bytes
6c50d1f
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
METHOD_CONST = {
    "get": "get",
    "post": "post",
    "put": "put",
    "delete": "delete",
    "patch": "patch",
    "head": "head"
}