http-proxy
HTTP Proxy
Starting the HTTP Proxy
nomotic serve --proxy --upstream http://your-api-server --port 8080Python API
from nomotic.proxy import GovernanceProxy
proxy = GovernanceProxy(
runtime=runtime,
upstream_url="http://your-api-server",
port=8080,
)
proxy.start()How Requests Are Governed
Request Headers
Header
Description
Related
Last updated

