-
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 Client Logic #93
Conversation
I've attempted to migrate towards We might have to move all the plugins to |
Actually, just adding Now I get a new error (which seems more frequent in google results):
|
…into 89-implement-http-client-logic
* Refactor HttpClient and add unit tests * Add more JavaDocs
Signed-off-by: Álex Ruiz <[email protected]>
Description
This PR adds Http client functionality to the command manager plugin, meant to query the Wazuh Server's command API.
Issues Resolved
Resolves #89