GitHunt
SK

skipor/imgserver

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.

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/

Contributors

Apache License 2.0
Created April 11, 2016
Updated January 29, 2020
skipor/imgserver | GitHunt