Skip to content

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

License

Notifications You must be signed in to change notification settings

vdsbt33/http-client-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks