golang-http
There are 19 repositories under golang-http topic.
schollz/httpfileserver
Wrapper for Golang http.FileServer that is faster (serving from memory) and uses less bandwidth (gzips when possible)
opencoff/go-proxies
SOCKSv5 and HTTP Proxy Server in golang
wuriyanto48/go-social
a Pluggable OAuth client library for social login (Google, Facebook, Github, Linkedin, Microsoft Identity Platform)
Navid2zp/easyreq
Simplified HTTP requests and response unmarshaling.
mh-cbon/gssc
Easily starts an HTTPS server with self-signed certificates
hawry/middlewares
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
lochv/httpclient
Simple golang http client
newpanjing/file_server
a golang simple file server
3JoB/httpfileserver
Wrapper for Golang http.FileServer that is faster (serving from memory) and uses less bandwidth (gzip, zstd, br's when possible)
developer-guy/hello-function
Hello World OpenFaaS function based on template golang-http
Jamlie/vermouth
A minimalistic HTTP library
SirWaithaka/gohttp
This is a simple abstraction to the Go std package http.Client type that gives you a nice clean way of configuring your requests and common http verbs as methods.
freibergergarcia/web-monitor
Web based applications monitor
lucas-carvajal/go-rollercoaster-api
REST API that allows you to read and add rollercoaster data
vinodnextcoder/golang-simple-http-server
basics of writing a RESTful web service API with Go and the Gin Web Framework (Gin).
hycinth22/go-vBrowser
[just toy] golang - a handy library for http(s) client (such as crawlers) to perform like a browser.
rabi-siddique/backend-golang
This repository is just me learning how to set up a basic server in Golang.
taalhach/go-http-server
go simple http server
vlsidlyarevich/load-balancing-algos
Load-balancing algos implementation.