Home
last modified time | relevance | path

Searched refs:HTTP_HOST (Results 1 – 1 of 1) sorted by relevance

/samples/net/sockets/http_get/src/
A Dhttp_get.c33 #define HTTP_HOST "google.com" macro
46 #define REQUEST "GET " HTTP_PATH " HTTP/1.1\r\nHost: " HTTP_HOST "\r\n\r\n"
71 printf("Preparing HTTP GET request for http://" HTTP_HOST in main()
77 st = getaddrinfo(HTTP_HOST, HTTP_PORT, &hints, &res); in main()
109 HTTP_HOST, sizeof(HTTP_HOST))) in main()

Completed in 5 milliseconds