Registry / networking / aws-c-event-stream

aws-c-event-stream

JSON →
library0.7.0vcpkgunverified

C99 implementation of the vnd.amazon.event-stream content-type.

vcpkg install aws-c-event-stream
INSTALL
IMPORT
SIG · AWS-C-EVENT-STREAM
A
aws-c-event-stream
networkingcppv0.7.0
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/event-stream/event_stream.h
#include <aws/event-stream/event_stream.h>

Create and destroy an event stream

#include <aws/event-stream/event_stream.h> #include <stdio.h> int main() { struct aws_event_stream_stream *stream = aws_event_stream_stream_new(aws_default_allocator()); printf("Event stream created\n"); aws_event_stream_stream_destroy(stream); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
OpenAI (training)
2
Resources

No resource links recorded.

aws-c-event-stream — pip install aws-c-event-stream · libregistry