Lines Matching full:hyper
48 #include <hyper.h>
230 * Hyper does not consider the status line, the first line in a HTTP/1
282 * Hyper does not pass on the last empty response header. The libcurl API
346 /* override Hyper's view, might not even be an error */ in Curl_hyper_stream()
354 failf(data, "Hyper: [%d] %.*s", (int)code, (int)errlen, errbuf); in Curl_hyper_stream()
465 * be in the output), add to Hyper and send to the debug callback.
513 failf(data, "hyper refused to add header '%s'", line); in Curl_hyper_header()
710 infof(data, "Time for the Hyper dance"); in Curl_http()
748 failf(data, "Couldn't create hyper IO"); in Curl_http()
751 /* tell Hyper how to read/write network data */ in Curl_http()
760 failf(data, "Couldn't create hyper executor"); in Curl_http()
767 failf(data, "Couldn't create hyper client options"); in Curl_http()
780 failf(data, "Couldn't create hyper client handshake"); in Curl_http()
974 failf(data, "Hyper: [%d] %.*s", (int)code, (int)errlen, errbuf); in Curl_http()