RVHttp 1.2.12

RVHttp 1.2.12

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2019

Maintained by Jordi Puigdellivol.



RVHttp 1.2.12

  • By
  • Jordi Puigdellívol

RVHttp

Super easy HTTP

[RVHttp get:@"https://httpbin.org/get" params:@{@"name" : @"Jordi"} headers:@{@"Custom-Header": @"header-value"} completion:^(RVHttpResponse *response) {

    NSDictionary* responseDict = response.toDictionary;
    
    }];