mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 15:30:49 +08:00 
			
		
		
		
	docs
This commit is contained in:
		@@ -25,6 +25,7 @@ Here is an example ReRoute configuration, You don't need to set all of these thi
 | 
			
		||||
                "Get"
 | 
			
		||||
            ],
 | 
			
		||||
            "DownstreamHttpMethod": "",
 | 
			
		||||
            "DownstreamHttpVersion": "",
 | 
			
		||||
            "AddHeadersToRequest": {},
 | 
			
		||||
            "AddClaimsToRequest": {},
 | 
			
		||||
            "RouteClaimsRequirement": {},
 | 
			
		||||
@@ -278,4 +279,9 @@ Registering a callback
 | 
			
		||||
        {
 | 
			
		||||
            _callbackHolder.Dispose();
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
DownstreamHttpVersion
 | 
			
		||||
---------------------
 | 
			
		||||
 | 
			
		||||
Ocelot allows you to choose the HTTP version it will use to make the proxy request. It can be set as "1.0", "1.1" or "2.0".
 | 
			
		||||
		Reference in New Issue
	
	Block a user