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
config: fix setting postrequest config (apache#190)
PR apache#161 introduced `postrequest` config but there was no way to update that config other than updating the config file.
This PR fixes the behaviour. Also adds a log to highlight what HTTP method is used.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>