pageinfo-rs 0.2.2

CLI tool that analyzes web pages and produces structured LLM-friendly output
Documentation
1
2
3
4
5
6
7
[request]
url = "https://httpbin.org/get"
method = "GET"

[headers]
"Accept" = "application/json"
"Custom-Header" = "test-value"