asg017/sqlite-http

Configure redirect behavior?

asg017 opened this issue · 0 comments

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.)