libfetch

  1. freezr

    How to set "fetch" and "libfetch" to use socks5 by default.

    As per the title, I need to make fetch and libfetch using "SOCKS5_PROXY=" automatically for all those operations where I can't set it manually! Is that possible? How can I achieve that? Thanks in advance... 🙏
  2. Farhan Khan

    C Robust HTTP Client Library with POST

    Hi all Does FreeBSD have a robust HTTP library? I see fetch(3), but it does not seem to be able to do a POST request. I am writing some code that, at least aspirationally, I would like to to someday land in Base. I am trying to avoid 3rd party libraries and would sure hate to write my own POST...
Back
Top