Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ has_param
Function
has_param
modules/http2/h2_push.c:294–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
}
293
294
static int has_param(link_ctx *ctx, const char *param)
295
{
296
const char *p = apr_table_get(ctx->params, param);
297
return !!p;
298
}
299
300
static int has_relation(link_ctx *ctx, const char *rel)
301
{
Callers
1
add_push
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected