implement GET, POST, UPDATE and DELETE methods with core python. No frameworks included. I use BASEHTTPRequestHandler to create a handler class that handle the http request as they receive on server.
Repository from Github https://github.comKiarashYavari/API_core_python
implement GET, POST, UPDATE and DELETE methods with core python. No frameworks included. I use BASEHTTPRequestHandler to create a handler class that handle the http request as they receive on server.