-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement HTTP command dispatcher #19
Labels
Type: enhancement
New feature or request.
Comments
derevnjuk
changed the title
Implement http command dispatcher
Implement HTTP command dispatcher
Apr 12, 2022
pmstss
pushed a commit
that referenced
this issue
Apr 13, 2022
pmstss
pushed a commit
that referenced
this issue
Apr 13, 2022
pmstss
added a commit
that referenced
this issue
Apr 18, 2022
pmstss
added a commit
that referenced
this issue
Apr 18, 2022
derevnjuk
pushed a commit
that referenced
this issue
Apr 18, 2022
derevnjuk
pushed a commit
that referenced
this issue
Apr 18, 2022
derevnjuk
pushed a commit
that referenced
this issue
Apr 18, 2022
derevnjuk
pushed a commit
that referenced
this issue
Apr 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For direct synchronous communication (e.g. starting a scan, changing their settings, etc), we should provide a regular HTTP client as opposed to queues or pub/sub.
To send HTTP requests you can use the
axios
library. The configuration object might implement the following interface:All rest parameters we should get from the command.
The text was updated successfully, but these errors were encountered: