We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08c1fb commit ed04f28Copy full SHA for ed04f28
gateway/src/apicast/policy/soap/soap.lua
@@ -29,10 +29,6 @@ local soap_action_ctype = 'application/soap+xml'
29
30
local new = _M.new
31
32
-local function starts_with(str, start)
33
- return sub(str, 1, len(start)) == start
34
-end
35
-
36
-- Extracts a SOAP action from the SOAPAction header. Returns nil when not
37
-- present.
38
local function soap_action_in_header(headers)
0 commit comments