ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
http_client.h
Go to the documentation of this file.
1#pragma once
2
33#include <stddef.h>
34
78char *https_get(const char *hostname, const char *path);
79
char * https_get(const char *hostname, const char *path)
Perform HTTPS GET request.