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

https://github.com/woojiahao/go-http-server

HTTP server built in Go, following this guide: https://theprogrammershangout.com/resources/projects/http-project-guide/intro.md
https://github.com/woojiahao/go-http-server

go go-http golang http http-server

Last synced: 12 months ago
JSON representation

HTTP server built in Go, following this guide: https://theprogrammershangout.com/resources/projects/http-project-guide/intro.md

Awesome Lists containing this project

README

          

# go-http-server

HTTP server built in Go, following this guide: https://theprogrammershangout.com/resources/projects/http-project-guide/intro.md

## Run server

To run the server, execute the following command `go run cmd/main.go`.

To understand the available configurations for the server, run `go run cmd/main.go help`.

## Query the server

You can query the server using Postman or cURL.