Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/http post invoker #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

arminhoh
Copy link

HTTP Post Invoker

This new type of invoker can be used to invoke web services or functions with a post request.

The service url is specified via the resource property with the HTTP_POST prefix:

properties:
    - name: "resource"
      value: "HTTP_POST:https://example.service/api/v3/service"

This change also include introduces unit tests (only for this feature for now).

arminhoh added 2 commits June 21, 2022 15:06
The new function prefixes HTTP_GET and
HTTP_POST can be used to invoke functions or
web services.
Alibaba also still uses the http-get invoker and is matched by domain.
@pgritsch pgritsch force-pushed the master branch 12 times, most recently from aedfe01 to 3de7c92 Compare August 26, 2024 13:46
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