Closed luhn closed 1 year ago
Except that people tend to inherit from this and do other things that are not advisable. This is a safety precaution after bugs/emails of "when I replace prepare request it doesn't work", so redundancy doesn't hurt in a library like this
Session.request
callsprepare_request
, soBaseURLSession.request
is redundant withBaseURLSession.prepare_request
.