RVHttp 1.2.12

RVHttp 1.2.12

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最后发布2019年10月

Jordi Puigdellivol 维护。



RVHttp 1.2.12

  • Jordi Puigdellívol

RVHttp

超级简单的 HTTP

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

    NSDictionary* responseDict = response.toDictionary;
    
    }];