h2non/gentleman

Please add method to remove headers from a request

jonasagx opened this issue · 1 comments

Since there is a method to add headers, it makes sense to have it to remove them

h2non commented

The header plugin already provides it a method for it, but I don't see any problem adding a method alias for that at Request level.

PR are welcome.