HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
simple_server_test Namespace Reference

Classes

class  GetHandler
 

Variables

int PORT = 9000
 
 Handler = GetHandler
 
 httpd = SocketServer.TCPServer(("", PORT), Handler)
 

Detailed Description

HCE project, Python bindings, Distributed Crawler application.
Simple server listener for the GET request port 9000 application.
http://stackoverflow.com/questions/31371166/reading-json-from-simplehttpserver-post-data

@package: dc
@author bgv bgv.hce@gmail.com
@link: http://hierarchical-cluster-engine.com/
@copyright: Copyright © 2013-2016 IOIX Ukraine
@license: http://hierarchical-cluster-engine.com/license/
@since: 0.1

Variable Documentation

◆ Handler

simple_server_test.Handler = GetHandler

Definition at line 39 of file simple_server_test.py.

◆ httpd

simple_server_test.httpd = SocketServer.TCPServer(("", PORT), Handler)

Definition at line 40 of file simple_server_test.py.

◆ PORT

int simple_server_test.PORT = 9000

Definition at line 22 of file simple_server_test.py.