Registry / networking / aws-c-http

aws-c-http

JSON →
library0.10.14vcpkgunverified

C99 implementation of the HTTP/1.1 and HTTP/2 specifications.

vcpkg install aws-c-http
INSTALL
IMPORT
SIG · AWS-C-HTTP
A
aws-c-http
networkingcppv0.10.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

aws/http/connection.h
#include <aws/http/connection.h>

Initialize AWS HTTP library.

#include <aws/http/connection.h> #include <aws/common/allocator.h> #include <iostream> int main() { struct aws_allocator *alloc = aws_default_allocator(); struct aws_http_connection *conn = NULL; std::cout << "AWS HTTP library initialized" << std::endl; return 0; }
Debug
Known issues
gotchaRequires aws-c-common and aws-c-cal libraries.
fix
Ensure aws-c-common and aws-c-cal are linked.
affects: *
Upgrade
Version history
0.10.14latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
38
Resources

No resource links recorded.

aws-c-http — pip install aws-c-http · libregistry