Description
URL: https://pub.dev/documentation/http/0.11.3+16/http/BaseRequest-class.html
At some point in the past, the URL above worked (I used it here on StackOverflow. Now it's a 404.
The latest documentation does work on an analogous URL: https://pub.dev/documentation/http/latest/http/BaseRequest-class.html. So it seems this is just a case of old documentation being deleted after a while?
I realize keeping docs for every version of every package takes resources. On the other hand, the only reliable way to link to some docs of some package is to pin the version — so that later changes to the API don't break the intent of the link (e.g. linking to a class whose API has changed significantly, or that was removed).
I'll leave it to the maintainers of pub.dev to decide whether the increased resources (mainly space, I reckon) are worth fixing this issue. Just wanted to raise the issue in case it's not known.