HyperText Transfer Protocol
0
votes
2answers
101 views
Queuing rpc calls
I'm designing a system which listens to JSON RPC calls from clients, piles them up inside a list, and if the list gets full it should store them in a DB and keep receiving calls.
My original plan is ...
5
votes
1answer
372 views
How can I send audio input as chunked HTTP?
I am trying to create an interface with an external server, and don't know where to start. I would need to take audio as input to my computer, and send it to the remote server as a chunked HTTP ...
1
vote
0answers
42 views
Web revisioning and the Accept-Datetime header
I have been in the process of generating documentation for an upcoming project. One of the features of the data available in this project is that it will be revisioned (or at least large parts of it ...
0
votes
0answers
33 views
Python web application frontend for equipment diagnostics and interaction
My goal is to have a Python application that runs a web server which hosts the user interface, and based on interactions from a user in their browser, long running tasks get kicked off and through ...