Home | History | Annotate | Download | only in http

Lines Matching refs:Hit

114 	client.Get(url) // Note: doesn't hit network
134 client.Post(url, "application/json", b) // Note: doesn't hit network
163 client.PostForm(urlStr, form) // Note: doesn't hit network
319 {Name: "First", Value: "Hit"},
320 {Name: "Second", Value: "Hit"},
345 client.Get(us) // Note: doesn't hit network
348 client.Head(us) // Note: doesn't hit network
351 client.Post(us, "text/plain", strings.NewReader("body")) // Note: doesn't hit network
354 client.PostForm(us, url.Values{}) // Note: doesn't hit network
358 client.Do(req) // Note: doesn't hit network
362 client.Do(req) // Note: doesn't hit network