Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for hitHost (0.12 sec)

  1. src/net/http/transport_test.go

    		return []net.IPAddr{{IP: net.ParseIP(ip)}}, nil
    	})
    
    	hitHost := func(n int) {
    		req, _ := NewRequest("GET", fmt.Sprintf("http://host-%d.dns-is-faked.golang:"+port, n), nil)
    		req = req.WithContext(ctx)
    		res, err := c.Do(req)
    		if err != nil {
    			t.Fatal(err)
    		}
    		res.Body.Close()
    	}
    	for i := 0; i < 4; i++ {
    		hitHost(i)
    	}
    	want := []string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  2. docs/en/data/people.yml

      avatarUrl: https://avatars.githubusercontent.com/u/39375566?u=260ad6b1a4b34c07dbfa728da5e586f16f6d1824&v=4
      url: https://github.com/komtaki
    - login: hitrust
      count: 4
      avatarUrl: https://avatars.githubusercontent.com/u/3360631?u=5fa1f475ad784d64eb9666bdd43cc4d285dcc773&v=4
      url: https://github.com/hitrust
    - login: JulianMaurin
      count: 4
      avatarUrl: https://avatars.githubusercontent.com/u/63545168?u=b7d15ac865268cbefc2d739e2f23d9aeeac1a622&v=4
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:09:53 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * 📝 Fix example code with sets in Tutorial - Body - Nested Models 2. PR [#2053](https://github.com/tiangolo/fastapi/pull/2053) by [@hitrust](https://github.com/hitrust).
    * 📝 Fix example code with sets in Tutorial - Body - Nested Models. PR [#2052](https://github.com/tiangolo/fastapi/pull/2052) by [@hitrust](https://github.com/hitrust).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top