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

Mixin feature for creating web server to wizard #19

Merged
merged 7 commits into from
Sep 19, 2024

Conversation

siaeyy
Copy link
Contributor

@siaeyy siaeyy commented Sep 17, 2024

For handle http requests with microservice actions just set http settings in service creation:

{
  settings: {
    http: {
      "<endpoint>": ["GET", "<method>..."]
    }
  }
}

The endpoint should able to accept 2 parameters: Request and response object (node:http)

Basic Usage

@siaeyy siaeyy requested a review from giveerr September 17, 2024 21:29
@siaeyy siaeyy added the enhancement New feature or request label Sep 17, 2024
giveerr

This comment was marked as resolved.

@giveerr giveerr requested review from giveerr and removed request for giveerr September 17, 2024 21:36
@giveerr giveerr merged commit 7eba918 into sirius-tedarik:v0.1.0 Sep 19, 2024
2 checks passed
@siaeyy siaeyy deleted the v0.1.0_wizard_web branch September 23, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants