immobiliare/RealHTTP

Added cURLDescription also for HTTPResponse

malcommac opened this issue · 0 comments

Feature Request

cURLDescription() function should be available also in HTTPResponse instances in order to print the executed statements for the original request without passing explicitly the client.

Q A
New Feature yes
RFC no
BC Break no

Note

Due to #17 we should move the cURLDescription() function for HTTPRequest to async because the serialization of data is now made on another thread.