go-http
There are 43 repositories under go-http topic.
ggicci/httpin
🍡 HTTP Input for Go - HTTP Request from/to Go Struct (Bi-directional Data Binding between Go Struct and http.Request)
shaunschembri/restreamer
Go application/library that re-streams an HLS stream through a Writer interface
cperez08/dm-resolver
Resolver based on IP lookup useful for gRPC and http/http2 clients
joegasewicz/gomek
A minimal http framework that includes some useful tools. Inspired by Flask.
Southclaws/pocket
A neat little web library to help you write cleaner HTTP request handlers!
1995parham-learning/goURL
curl clone in go
senpathi/paramex
Paramex is a library that binds http request parameters to a Go struct annotated with `param`.
Xenia101/ShareMe
A file transfer web service
krishpranav/httpserver
A simple http server built in golang
theopenlane/httpsling
easy-to-use interface for sending http requests and handling responses
woojiahao/go-http-server
HTTP server built in Go, following this guide: https://theprogrammershangout.com/resources/projects/http-project-guide/intro.md
baejoonsoo/url_checker
go언어로 만든 url checker
yenilikci/go-restapi
Go Programlama Dili Notları ve RESTful API uygulamaları, RESTful API Mimari ve Tasarımları
Blinnikov/go-rest-api
Learning Go through creating simple REST API HTTP server
kambahr/go-webutil
Webutil is a simple, lightweight utility for Go websites.
keysmash-studios/kitty
A tiny and actually decent web server
shlyapos/ServiceBalancerTestTask
:suspect: Proxy service balancer for distributing requests between web services
sousakak/Witchs-Journey-API
The Journey of Elaina API
Ajsalemo/go-database-samples
Examples of using Go to connect to various databases
andreychh/snippetbox
Web application that allows users to paste and share snippets of text.
aSTRonuun/Discover-GO
This repository is for applying all the knowledge I acquired studying the fundamentals of GO
baejoonsoo/go_web_scraper
go 언어로 만드는 web scraper
geraldoam/golang-exploration
Go Lang - Exploration
lindsaygelle/goheader
Goheader is a comprehensive Go library that handles HTTP header fields. It defines constants for various standard HTTP headers such as AIM, Accept, AcceptCH, etc as well as supporting constructors.
marialuizaleitao/SiteMonitor
SiteMonitor is a simple application designed to aid in learning file manipulation in Go. It allows users to monitor the status of multiple websites simultaneously, conducting periodic checks on provided URLs, logging availability and potential failures.
matttproud/httpdeadline
Package httpdeadline adds request deadline support to inbound HTTP request contexts using a microscopic http.Handler chaining middleware.
meission/golang-project-development
Golang 项目开发实践
mtumilowicz/go-chi-gorilla-wire-workshop
Introduction into golang and http ecosystem: chi and gorilla.
notorious-cyborg/GO-BASIC_LOGIN_PAGE
This is just a basic login page for starting learning about building REST API using golang
ralvarezdev/go-validator
Struct validator through reflection for Golang projects
sugrado/go-rest-api-template
Go backend (Rest API) project template with Chi and HTTP package.
taalhach/go-http-server
go simple http server
tbdsux/reqgo
A simple wrapper for go http requests
xgfone/go-http-middlewares
A collection of the go http middlewares.