samvera / ldp

Linked Data Platform.rb client
Other
16 stars 15 forks source link

Can't add implementation-specific omit/prefer headers. #49

Closed tpendragon closed 9 years ago

tpendragon commented 9 years ago

This is due to https://github.com/projecthydra/ldp/blob/master/lib/ldp/client/methods.rb#L40

Maybe related to #46?

tpendragon commented 9 years ago

Ah, this does yield, I may be able to do this.

tpendragon commented 9 years ago

I had to do my own header manipulation, which isn't awesome, but https://gist.github.com/terrellt/aad4ba89ca7f9047eeff shows this is possible. Closing.