mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-04 03:27:23 -05:00 
			
		
		
		
	caddyhttp: Adjust scheme placeholder docs (#5910)
				
					
				
			This commit is contained in:
		
							parent
							
								
									fe2a02bf7a
								
							
						
					
					
						commit
						4c10a05431
					
				@ -73,7 +73,7 @@ func init() {
 | 
				
			|||||||
// `{http.request.remote.host}` | The host (IP) part of the remote client's address
 | 
					// `{http.request.remote.host}` | The host (IP) part of the remote client's address
 | 
				
			||||||
// `{http.request.remote.port}` | The port part of the remote client's address
 | 
					// `{http.request.remote.port}` | The port part of the remote client's address
 | 
				
			||||||
// `{http.request.remote}` | The address of the remote client
 | 
					// `{http.request.remote}` | The address of the remote client
 | 
				
			||||||
// `{http.request.scheme}` | The request scheme
 | 
					// `{http.request.scheme}` | The request scheme, typically `http` or `https`
 | 
				
			||||||
// `{http.request.tls.version}` | The TLS version name
 | 
					// `{http.request.tls.version}` | The TLS version name
 | 
				
			||||||
// `{http.request.tls.cipher_suite}` | The TLS cipher suite
 | 
					// `{http.request.tls.cipher_suite}` | The TLS cipher suite
 | 
				
			||||||
// `{http.request.tls.resumed}` | The TLS connection resumed a previous connection
 | 
					// `{http.request.tls.resumed}` | The TLS connection resumed a previous connection
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user