🔧 Changes
Section titled “🔧 Changes”Add accept_http operator for receiving HTTP requests
Section titled “Add accept_http operator for receiving HTTP requests”Apr 15, 2026 · @lava
We added a new operator to accept data from incoming HTTP connections.
The server option of the from_http operator is now deprecated.
Going forward, it should only be used for client-mode HTTP operations,
and the new accept_http operator should be used for server-mode
operations.