Home
last modified time | relevance | path

Searched refs:AWS_HTTP_METHOD_GET (Results 1 – 3 of 3) sorted by relevance

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/private/
H A Dhttp_impl.h17 AWS_HTTP_METHOD_GET, enumerator
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dhttp.c224 s_method_enum_to_str[AWS_HTTP_METHOD_GET] = aws_http_method_get; in s_methods_init()
H A Dwebsocket_bootstrap.c115 if (aws_http_str_to_method(method) != AWS_HTTP_METHOD_GET) { in aws_websocket_client_connect()