Download raw body.
got >0.107 fails to build on macOS <13 due to lack of stravis() support
While all other systems have support for stravis(), macOS has slowpokely implemented it since Ventura. gotweb.c:189:7: warning: implicit declaration of function 'stravis' is invalid in C99 [-Wimplicit-function-declaration] stravis(&server_name, c->server_name, VIS_SAFE) == -1) { ^ This was reported on MacPorts Trac: https://trac.macports.org/ticket/71820
got >0.107 fails to build on macOS <13 due to lack of stravis() support