https://github.com/rellyson/go-ws-consumer
This project aims to consume a Web Services through a HTTP proxy.
https://github.com/rellyson/go-ws-consumer
docker golang webservices wireshark
Last synced: 5 months ago
JSON representation
This project aims to consume a Web Services through a HTTP proxy.
- Host: GitHub
- URL: https://github.com/rellyson/go-ws-consumer
- Owner: rellyson
- Created: 2022-02-13T04:56:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T04:00:36.000Z (over 4 years ago)
- Last Synced: 2024-06-21T21:06:39.496Z (about 2 years ago)
- Topics: docker, golang, webservices, wireshark
- Language: Go
- Homepage:
- Size: 610 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang Web Service Consumer
## About
This project aims to consume a Web Service through a HTTP proxy. A list of available Webservices can be found [here](https://documenter.getpostman.com/view/8854915/Szf26WHn#2627cd6c-1a73-4b51-9b9b-780789edbadc).
## Screenshots
The request screenshots can be found at `docs/screenshots.pdf`.
## More info
- [Http requests in Go](https://blog.logrocket.com/making-http-requests-in-go/)
- [Golang http package](https://pkg.go.dev/net/http)
- [Wireshark docs](https://www.wireshark.org/docs/)