asg017 / sqlite-http

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

Add URL tools #6

Closed asg017 closed 2 years ago

asg017 commented 2 years ago

Maybe another package?

http_url_domain('https://www.dir.ca.gov/cac/cac.html') -- 'www.dir.ca.gov'
http_url_tld('https://www.dir.ca.gov/cac/cac.html') -- 'ca.gov'
http_url_path('https://www.dir.ca.gov/cac/cac.html') -- '/cac/cac.html'
http_url_fragment('') -- ''
http_url_query_params('') -- ''