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

Feat/support additional http methods #1

Merged
merged 4 commits into from
May 8, 2022

Conversation

amineo
Copy link
Owner

@amineo amineo commented May 8, 2022

Adds support additional methods (post, head, delete)

ExUrlBox.post/3

This action is async. should provide a webhook_url option to receive a postback to once the screenshot render is complete.

ExUrlBox.head/3

If you just want to get the response status/headers without pulling down the full response body.

ExUrlBox.delete/3

Urlbox will cache previously created screenshots for some time. Sending a delete request removes a previously created screenshot from the cache.

@amineo amineo merged commit a4bb583 into main May 8, 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

Successfully merging this pull request may close these issues.

None yet

1 participant