具有API的HTTP服务器,用于捕获网站的屏幕截图-Golang开发

时间:2024-06-15 09:41:04
【文件属性】:

文件名称:具有API的HTTP服务器,用于捕获网站的屏幕截图-Golang开发

文件大小:26KB

文件格式:ZIP

更新时间:2024-06-15 09:41:04

Golang Server Applications

url2img url2img是具有用于捕获网站屏幕快照的API的HTTP服务器。 示例(命令行):$ curl -s http:// localhost:55888 /?url = google.com> google.jpg示例(网络浏览器):http:// localhost:55888 /?url = googl url2img url2img是HTTP具有API的服务器,用于捕获网站的屏幕截图。 示例(命令行):$ curl -s http:// localhost:55888 /?url = google.com> google.jpg示例(网络浏览器):http:// localhost:55888 /?url = google.com&output = html API名称类型默认说明url字符串目标URL(必需),http(s)://前缀是可选的输出字符串raw输出格式(raw,base64,html)格式字符串jpg图像格式(jpg,png,webp)ua字符串用户-代理字符串质量int 8


【文件预览】:
url2img-master
----.gitignore(136B)
----COPYING(34KB)
----README.md(5KB)
----dist()
--------systemd()
--------docker()
--------openrc()
----AUTHORS(36B)
----url2img()
--------params.go(5KB)
--------version.go(65B)
--------loader.go(6KB)
--------server.go(6KB)
--------plugins.cpp(141B)
--------response.go(881B)
----make.bash(2KB)
----cmd()
--------url2img()

网友评论