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
- Host: GitHub
- URL: https://github.com/woojiahao/go-http-server
- Owner: woojiahao
- License: mit
- Created: 2020-09-03T03:34:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T07:51:39.000Z (over 5 years ago)
- Last Synced: 2023-02-28T06:32:26.062Z (almost 3 years ago)
- Topics: go, go-http, golang, http, http-server
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.