Skip to content

Test task for Yandex internship. Simple server that download all <img> tag images from HTML page, and return page with all images encoded base64. URL of HTPL page passes by query attribute.

License

skipor/imgserver

Repository files navigation

Build Status GoDoc

imgserver

Test task for Yandex internship. Simple Go server that download all <img> tag images from HTML page, and return page with all images encoded base64. URL of HTTP page passes by query attribute. Support many different page encodings

usage

go get github.com/Skipor/imgserver/cmd/imgserver

$GOBIN/imgserver -p 8888

curl http://localhost:8888/?url=https://habrahabr.ru/interesting/

About

Test task for Yandex internship. Simple server that download all <img> tag images from HTML page, and return page with all images encoded base64. URL of HTPL page passes by query attribute.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages