mirror of
				https://github.com/therootcompany/golib.git
				synced 2025-10-31 05:02:52 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			588 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			588 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # https (as in secure)
 | ||
| 
 | ||
| This wrappers and helpers to supplement Go's built-in `net/http` with reasonable and safe defaults.
 | ||
| 
 | ||
| See
 | ||
| 
 | ||
| -   [The complete guide to Go net/http timeouts](https://blog.cloudflare.com/the-complete-guide-to-golang-net-http-timeouts/)
 | ||
| -   [Standard net/http config will break your production environment](https://medium.com/@simonfrey/go-as-in-golang-standard-net-http-config-will-break-your-production-environment-1360871cb72b)
 | ||
| -   [Don’t use Go’s default HTTP client (in production)](https://medium.com/@nate510/don-t-use-go-s-default-http-client-4804cb19f779)
 |