Skip to content

MuhammadAliYousaf/ASConnection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ASConnection

ASConnection is simple, extensible and reuseable implementation of NSURLConnection.

Following is a sample code for a sample GET Request

ASConnection *connection = [[ASConnection alloc] initWithUrl:@"https://api.app.net/stream/0/posts/stream/global" delegate:self];

[connection invokeMethod:kHttpMethod_Get query:nil requestData:nil contentType:nil];

About

Simple NSURLConnection Implementation with Reusable Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published