There are 0 repository under golang-http topic.
Wrapper for Golang http.FileServer that is faster (serving from memory) and uses less bandwidth (gzips when possible)
SOCKSv5 and HTTP Proxy Server in golang
a Pluggable OAuth client library for social login (Google, Facebook, Github, Linkedin, Microsoft Identity Platform)
Package middlewares aims to create a set of commonly used middleware http.Handlers for use with the default http package. All handlers only takes a http.Handler as an argument, and returns only http.Handler, to more easily be chained with handler chain libraries (.e.g. https://github.com/justinas/alice). Documentation https://godoc.org/github.com/hawry/middlewares
a golang simple file server
Wrapper for Golang http.FileServer that is faster (serving from memory) and uses less bandwidth (gzip, zstd, br's when possible)
Hello World OpenFaaS function based on template golang-http
A lean and highly configurable go http client with request specific isolation features
An advanced Go library to generate realistic, difficult-to-fingerprint browser agents.
REST API that allows you to read and add rollercoaster data
basics of writing a RESTful web service API with Go and the Gin Web Framework (Gin).
[just toy] golang - a handy library for http(s) client (such as crawlers) to perform like a browser.
Simple example of a webserver using Go standard http/net lib with a kafka broker publishing logs serialized using Avro. Additionaly leverage golang templates with HTMX to test the API on a front.
This repository is just me learning how to set up a basic server in Golang.
Load-balancing algos implementation.