You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 2.3.0
Improvements
Dynamically created function "sendRequestNUM" return now the HTTPClient.Response as second return value.
Parameter "logContent" within "sendRequestNUM" function can configure if the full HTTP response content should be logged. Set to FALSE to prevent unnecessary high processing loads for bigger data content like images.
Bugfix
Headers did not work via sendRequestNUM
Headers were mixed up for requests send via UI and sendRequestNUM function