top of page
//  LTServer.h      
  1. easily POST & GET.
  2. easily create param string.
HOW TO USE:
1. set your server base path.
    + (void)setServerBasePath (*optional)
2. start integrate:
    +(id)postUrl:(NSString*)url attach:(NSDictionary*)dictionary  (*optional)
    +(id)getUrl:(NSString*)url  attach:(NSDictionary*)dictionary (*optional)
RESULT

www.ServerBasePath.com/service?value1=key1&value2=key2&value3=key3

SERVER

ready

bottom of page