GO net/http handlers A list by Andrea Di Persio, 15 Nov 2013 A collection of gists showing how to use net/http handlers as a starting block for building powerful HTTP servers. The package net/http provides all the building blocks (and more) to build both HTTP client and server applications. Learn how to use net/http handlers and how to built new ones suited to your needs. Basic examples Hello Worl

