- Ensure you have installed and running docker
- Ensure you have gnu make installed
- type
make build
- it will build docker container with tag "cisco" - type
make run
- it will run previously built docker image and expose port 8000 to local machine
- /info
- accepts GET requests, return plain text response
- /ping
- accepts POST requests with
url
field, which will be assumed as valid http(s) address, and returns content of this website as plaintext
- accepts POST requests with
- /docs
- serves swagger view with enpoints documentation