Shell HTTP(S) POST in base

I've been poking around and it appears we have `fetch` (GET) and its pipelined sibling `phttpget` in base. I have a use-case in some scripts that run before prior to the mounting of /usr/local where it would be incredibly useful to be able to use POST, PUT, PATCH and DELETE methods for interacting with a management platform.

Before I add curl to the dependency tree for our systems management image, have I missed some tool in base that get me access to these HTTP methods?
 
Back
Top