HTTP Connection reuse in Go clientsPosted on Oct 13, 2022 (updated Mar 1, 2023)How to properly set up Connection reuse with Go's net/http package
Setting up Traefik v2 http-to-https and www-prefix RedirectsPosted on Apr 7, 2020 (updated Mar 1, 2023)How to configure global http-to-https and www-prefix redirects in Traefik v2
Project Idea: XMPP Message Transfer AdapterPosted on Dec 5, 2018 (updated Mar 1, 2023)An idea for basic XMPP messaging through HTTP
Go: Dump HTTP RequestPosted on Dec 26, 2016 (updated Mar 1, 2023)Print all Headers and Content of HTTP Requests with Go