asg017 / sqlite-http

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

Configure redirect behavior? #19

Closed asg017 closed 2 years ago

asg017 commented 3 years ago

Currently follows redirects bc expected behavior (I think).

http_settings_set('redirect_behavior', 'follow');
http_settings_set('redirect_behavior', 'nofollow');

How do other HTTP library do this? (fetch, python requests, httpx, rust etc.)