Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HAR (HTTP Archive) Compatibility #4

Open
3 tasks
asg017 opened this issue Oct 20, 2021 · 0 comments
Open
3 tasks

Add HAR (HTTP Archive) Compatibility #4

asg017 opened this issue Oct 20, 2021 · 0 comments

Comments

@asg017
Copy link
Owner

asg017 commented Oct 20, 2021

  • Export a do table to HAR blob
  • Import a HAR file to a do table
  • Create HAR in scalar function.
-- add page, creator info into meta column
select writefile('my-archive.har',  http_to_har('select * from archives'));

-- TODO: should support pages?
select * from http_har(readfile('my-archive.har'), 'creator_name');

select writefile('my-archive.har', http_get_har(url));
select writefile('my-archive.har', http_post_har(url, body));
select writefile('my-archive.har', http_do_har(method, url, body));
@asg017 asg017 added this to the v0 milestone Oct 20, 2021
@asg017 asg017 removed this from the v0 milestone Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant