| Home | Trees | Indices | Help |
|
|---|
|
|
SocketServer.BaseRequestHandler --+
|
SocketServer.StreamRequestHandler --+
|
BaseHTTPServer.BaseHTTPRequestHandler --+
|
CutoffHTTPRequestHandler
HTTP handler that dispatches GETs and POSTs to the appropriate methods of the CutoffCalculator object.
The handler uses JSON as its content type both for posted and returned content.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Convenience method for responding "200 OK" with a JSON-encoded message. Takes care of setting the response code, headers, and enconding the data into JSON.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Aug 8 02:52:51 2017 | http://epydoc.sourceforge.net |