Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ slackUrlencodedParser
Function
slackUrlencodedParser
server/src/middleware/slack.ts:112–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
* Parses URL-encoded body with raw body capture
111
*/
112
export
function
slackUrlencodedParser(): RequestHandler {
113
return
express.urlencoded(slackUrlencodedOptions);
114
}
Callers
1
createSlackRouter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected