An open API service indexing awesome lists of open source software.

https://github.com/arrmansa/serve-function-with-python-httpserver

Uses HTTP Post requests and pickle object serialization to serve a function. Single thread Python HTTPServer with low overhead and simple code.
https://github.com/arrmansa/serve-function-with-python-httpserver

httpserver python3

Last synced: 5 months ago
JSON representation

Uses HTTP Post requests and pickle object serialization to serve a function. Single thread Python HTTPServer with low overhead and simple code.

Awesome Lists containing this project

README

          

# Serve-Function-with-Python-HTTPServer
Uses HTTP Post requests and pickle object serialization to serve a function. Single thread with low overhead and simple code.