Skip to content

Instantly share code, notes, and snippets.

#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main() {
struct addrinfo hints, *infoptr, *p;
char host[256];
@mkauf
mkauf / WebSocket support for curl.odp
Last active December 3, 2022 11:10
WebSocket support for curl