Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetServerFirst (0.14 sec)

  1. pkg/test/echo/proto/echo.pb.go

    		return x.Http2
    	}
    	return false
    }
    
    func (x *ForwardEchoRequest) GetHttp3() bool {
    	if x != nil {
    		return x.Http3
    	}
    	return false
    }
    
    func (x *ForwardEchoRequest) GetServerFirst() bool {
    	if x != nil {
    		return x.ServerFirst
    	}
    	return false
    }
    
    func (x *ForwardEchoRequest) GetFollowRedirects() bool {
    	if x != nil {
    		return x.FollowRedirects
    	}
    	return false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
Back to top