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 implementation.
 
You can't avoid installing 3rd party software on FreeBSD if you want to do anything fancier, that's the FreeBSD way. Other operating systems bundle things like ftp/curl in their "base system" and nobody thinks twice of it.
 
Back
Top