An open API service indexing awesome lists of open source software.

https://github.com/aodin/go-http-tutorials

Various code snippets for writing http services in Go
https://github.com/aodin/go-http-tutorials

Last synced: 6 months ago
JSON representation

Various code snippets for writing http services in Go

Awesome Lists containing this project

README

        

Go HTTP Tutorials
====

Example Go programs using the `net/http` package.

This is not an introduction to the Go programming language. If you're an experienced programmer looking to learn Go, I recommend starting with [Effective Go](https://golang.org/doc/effective_go.html). If you're new to programming, check out [this list of learning resources](https://github.com/golang/go/wiki/Learn).

1. [A simple HTTP server](/01_handler/)
1. [Requests](/02_request/)
1. [Response](/03_response/)

Happy hacking!

aodin, 2012-2021