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

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.

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/)