Home
last modified time | relevance | path

Searched refs:aws_http_version (Results 1 – 8 of 8) sorted by relevance

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/private/
H A Dhttp_impl.h54 AWS_HTTP_API struct aws_byte_cursor aws_http_version_to_str(enum aws_http_version version);
H A Dconnection_impl.h91 enum aws_http_version http_version;
/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/
H A Dhttp.h89 enum aws_http_version { enum
H A Dconnection.h460 enum aws_http_version aws_http_connection_get_version(const struct aws_http_connection *connection);
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dconnection.c122 enum aws_http_version version = AWS_HTTP_VERSION_1_1; in aws_http_connection_new_channel_handler()
144 version = (enum aws_http_version)(size_t)found->value; in aws_http_connection_new_channel_handler()
1133 enum aws_http_version aws_http_connection_get_version(const struct aws_http_connection *connection)… in aws_http_connection_get_version()
H A Dhttp.c262 struct aws_byte_cursor aws_http_version_to_str(enum aws_http_version version) { in aws_http_version_to_str()
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_connection.c76 enum aws_http_version connection_version;
593 enum aws_http_version expected_version = AWS_HTTP_VERSION_2; in s_test_connection_customized_alpn()
/dports/devel/aws-c-http/aws-c-http-0.6.8/bin/elasticurl/
H A Dmain.c65 enum aws_http_version required_http_version;