jdost / restler

Python library to help integrate with RESTful web APIs
Other
0 stars 1 forks source link

Smart handling of the `Link` header #3

Closed jdost closed 10 years ago

jdost commented 11 years ago

The Link header gives meta information of related pages, this can be better parsed by the response and give some relative links to the response body. Need to figure out how far this would be reaching (make the values into Request objects or just keep the base URL, maybe smarter parsing like with the URLHandler stuff).

jdost commented 10 years ago

Implemented in 7a31ba179ec30bb4b30006bc1bd5dc1851688df1