Arikatsu / cfetch

A javascript-like `fetch` api implementation in C in a single header file for a drag and drop experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfetch

A simple fetch tool written in C for windows (for now) with no 3rd party dependencies.

TODO

  • Handle ssl/tls connections
  • Handle keep-alive connections
  • Implement other HTTP methods
  • ...more if i can remember

About

A javascript-like `fetch` api implementation in C in a single header file for a drag and drop experience

License:MIT License


Languages

Language:C 83.7%Language:Python 16.3%