toland / patron

Ruby HTTP client based on libcurl
http://toland.github.com/patron/
MIT License
541 stars 73 forks source link

RFC: Honor Request reader methods (replace ivar reads in C code with attr reader calls) #111

Closed julik closed 8 years ago

julik commented 8 years ago

Apparently some people like to manipulate Request objects, and we currently access the ivars directly, which sort of defeats UAP for Request. OK if we change this to attr readers? (they should be decently optimised at the RVM level).

toland commented 8 years ago

Go for it.