wazuh / wazuh-http-request

Wazuh HTTP request library
7 stars 6 forks source link

Return http response code on HTTPRequest and UnixSocketRequest #31

Closed Dwordcito closed 1 year ago

Dwordcito commented 1 year ago

Description

This issue aims to return an HTTP response code in each "onError" call.

Motivation

Manage some fallback mechanisms it's necessary to get the return code to dispatch another action that depends on this code.

DoD