Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ httpGet
Function
httpGet
cups/http.c:762–767 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
760
*/
761
762
int /* O - Status of call (0 = success) */
763
httpGet(http_t *http, /* I - HTTP connection */
764
const char *uri) /* I - URI to get */
765
{
766
return (http_send(http, HTTP_STATE_GET, uri));
767
}
768
769
770
/*
Callers
5
list_service
Function · 0.85
finish_document_uri
Function · 0.85
do_am_printer
Function · 0.85
cupsGetFd
Function · 0.85
main
Function · 0.85
Calls
1
http_send
Function · 0.85
Tested by
1
main
Function · 0.68