Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 303 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 303 Bytes

URL Checker

This microservice provides access to URL Checker API for check the status code of a number of URLs.

Run service:

go run main.go

Example of request:

curl -X POST -d '{"urls": ["http://localhost:10007/", "http://example.com"]}' http://localhost:10007/check_urls