CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
pip_services4_http/__init__.py
pip_services4_http.egg-info/PKG-INFO
pip_services4_http.egg-info/SOURCES.txt
pip_services4_http.egg-info/dependency_links.txt
pip_services4_http.egg-info/requires.txt
pip_services4_http.egg-info/top_level.txt
pip_services4_http.egg-info/zip-safe
pip_services4_http/auth/BasicAuthorizer.py
pip_services4_http/auth/OwnerAuthorizer.py
pip_services4_http/auth/RoleAuthorizer.py
pip_services4_http/auth/__init__.py
pip_services4_http/build/DefaultRpcFactory.py
pip_services4_http/build/__init__.py
pip_services4_http/clients/CommandableHttpClient.py
pip_services4_http/clients/RestClient.py
pip_services4_http/clients/__init__.py
pip_services4_http/connect/HttpConnectionResolver.py
pip_services4_http/connect/__init__.py
pip_services4_http/controller/AboutOperations.py
pip_services4_http/controller/CommandableHttpController.py
pip_services4_http/controller/CommandableSwaggerDocument.py
pip_services4_http/controller/HeartBeatOperations.py
pip_services4_http/controller/HeartbeatRestController.py
pip_services4_http/controller/HttpEndpoint.py
pip_services4_http/controller/HttpRequestDetector.py
pip_services4_http/controller/HttpResponseSender.py
pip_services4_http/controller/IRegisterable.py
pip_services4_http/controller/ISwaggerController.py
pip_services4_http/controller/RestController.py
pip_services4_http/controller/RestOperations.py
pip_services4_http/controller/RestQueryParams.py
pip_services4_http/controller/SSLCherryPyServer.py
pip_services4_http/controller/StatusOperations.py
pip_services4_http/controller/StatusRestController.py
pip_services4_http/controller/__init__.py
pip_services4_http/test/TestCommandableHttpClient.py
pip_services4_http/test/TestRestClient.py
pip_services4_http/test/__init__.py
test/clients/DummyClientFixture.py
test/clients/DummyCommandableHttpClient.py
test/clients/DummyRestClient.py
test/clients/IDummyClient.py
test/clients/__init__.py
test/clients/test_DummyCommandableHttpClient.py
test/clients/test_DummyRestClient.py
test/connect/__init__.py
test/connect/test_HttpConnectionResolver.py
test/controllers/DummyCommandableHttpController.py
test/controllers/DummyRestController.py
test/controllers/DummyRestOperations.py
test/controllers/__init__.py
test/controllers/test_DummyCommandableHttpController.py
test/controllers/test_DummyCredentialsRestController.py
test/controllers/test_DummyOperations.py
test/controllers/test_DummyRestController.py
test/controllers/test_HeartbeatRestController.py
test/controllers/test_HttpEndpoint.py
test/controllers/test_StatusRestService.py