Skip to content

Expose HTTP handler engine option in python bindings - #521

Open
sperand-io wants to merge 1 commit into
gorules:masterfrom
sperand-io:py-http-handler
Open

Expose HTTP handler engine option in python bindings#521
sperand-io wants to merge 1 commit into
gorules:masterfrom
sperand-io:py-http-handler

Conversation

@sperand-io

Copy link
Copy Markdown

Adds the httpHandler option to the Python bindings, mirroring the Node.js bindings. When provided, all http module calls from function nodes are routed to the Python callable (sync or async) instead of the native reqwest client, enabling request interception, domain allowlisting, custom auth, and mocking in tests.

Adds the httpHandler option to the Python bindings, mirroring the
Node.js bindings. When provided, all http module calls from function
nodes are routed to the Python callable (sync or async) instead of the
native reqwest client, enabling request interception, domain
allowlisting, custom auth, and mocking in tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant