glitchedhttps
include Directory Reference

Files

file  glitchedhttps.h [code]
 Simple, lightweight and straight-forward way of doing HTTP(S) requests in C with the help of ARM's open-source MbedTLS library.
 
file  glitchedhttps_api.h [code]
 API macro for dllexport/dllimport.
 
file  glitchedhttps_cacerts.h [code]
 Trusted CA certificates chain for SSL connections.
 
file  glitchedhttps_debug.h [code]
 glitchedhttps debugging/error handling code. Mostly for internal use!
 
file  glitchedhttps_exitcodes.h [code]
 Exit codes returned by the various glitchedhttps functions.
 
file  glitchedhttps_guid.h [code]
 GUID/UUID generator.
 
file  glitchedhttps_header.h [code]
 HTTP request (or response) header (for example: type="Authorization" ; value="Basic YWxhZGRpbjpvcGVuc2VzYW1l").
 
file  glitchedhttps_method.h [code]
 HTTP Method to use for a glitchedhttps_request.
 
file  glitchedhttps_request.h [code]
 Struct containing an HTTP request's parameters and headers.
 
file  glitchedhttps_response.h [code]
 Struct containing an HTTP response's data.
 
file  glitchedhttps_strutil.h [code]
 Useful string-related utility functions.