mbehrendt commented on issue #4494: Akka http client responds HEAD request as GET URL: https://github.com/apache/incubator-openwhisk/pull/4494#issuecomment-496398940 the context of this issue is actually quite straightforward: We have seen users trying to implement a web action that responds differently on HEAD than on GET. However, given `__ow_method` always had the same value (`get`), they weren't able to make that distinction in their action code.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
