ReplayRequest 1.0

ReplayRequest 1.0

TestsTested
LangLanguage Obj-CObjective C
License Apache 2
ReleasedLast Release Dec 2014

Maintained by Thibaut LE LEVIER.



  • By
  • Thibaut LE LEVIER

ReplayRequest is a NSURLRequest category which made you able to print your request as a curl request in your console or in a log file to be able to replay it, or send it to the back-end guy and hope he will find why his API raised 500 errors every time you call it! :-)

To use it, simply import the NSURLRequest+replayRequest.h where you need it and call the "curlRequest" method on your request.