/http-client-go

A minimalistic http client. Can be served with Go to deal with CORS.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Http Client

This is a minimalistic http client. You can simple open /src/static/index.html and use it right away. If you are dealing with CORS, you can whitelist port 8080 and run it with Go.

image

Requirements

  • If you want to serve it, Go

How to run

  • Install dependencies by running go get ./src
  • Run the code with go run src/main.go
  • Access it through localhost:8080