Closed kitsonk closed 7 years ago
Bug
src/request/interfaces::Body is missing upload() though this is specified as a required abstract body on the Response class.
src/request/interfaces::Body
upload()
Response
Not finding anything, had @kitsonk try to reproduce and its working now for him too. I think this probably got fixed with the final version of the upload code.
Bug
src/request/interfaces::Body
is missingupload()
though this is specified as a required abstract body on theResponse
class.