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

Allow headers to be provided to fetch_url #499

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brendon
Copy link

@brendon brendon commented Dec 2, 2018

Closes #498

Allows optional headers to be passed to the request. The interface for headers is a bit weird so we need to loop the passed in headers and then add each one using a hash-like [] interface. It seems they can't be all added at once.

@brendon
Copy link
Author

brendon commented Aug 26, 2019

Hi @markevans, would you mind looking at this PR? Let me know if you think it needs further improvement.

@brendon
Copy link
Author

brendon commented Aug 21, 2023

Hi @markevans, I'm upgrading the app where I use a fork of dragonfly with this PR applied. I notice you're still actively maintaining the gem so I wondered if you'd consider accepting this PR for inclusion? I'm happy to make any modifications you think necessary.

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.

Adding the ability to specify headers for a URL based attachment
1 participant