asg017 / sqlite-http

A SQLite extension for making HTTP requests purely in SQL
MIT License
228 stars 11 forks source link

Setting to log/progress requests #25

Closed asg017 closed 2 years ago

asg017 commented 2 years ago
select http_log(1);

select http_get_body('http://localhost:8080/big-file');