Article Outline
Python mysql example 'scorpio common interface httpUtils httpMethod'
python scorpio common interface httpUtils httpMethod
Python mysql example: scorpio common interface httpUtils httpMethod
from enum import Enum
class HttpMethod(Enum):
GET = 0
POST = 1
PUT = 2
DELETE = 3
Python links
- Learn Python: https://pythonbasics.org/
- Python Tutorial: https://pythonprogramminglanguage.com