Lines Matching refs:authority
60 authority string // server's host:port
198 authority := fmt.Sprintf("127.0.0.1:%v", opts.connectPort)
204 url: fmt.Sprintf("%v://%v", scheme, authority),
208 authority: authority,
224 conn, err := net.Dial("tcp", authority)
328 authority string // authority, defaults to backend server address
509 authority := st.authority
510 if rp.authority != "" {
511 authority = rp.authority
513 _ = st.enc.WriteField(pair(":authority", authority))