Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetFollowRedirects (0.13 sec)

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

    		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
    }
    
    func (x *ForwardEchoRequest) GetCert() string {
    	if x != nil {
    		return x.Cert
    	}
    	return ""
    }
    
    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