Sample code for 30+ languages & platforms
Objective-C

Example: Http.GetUrlPath method

Demonstrates the GetUrlPath method.

Chilkat Objective-C Downloads

Objective-C
#import <CkoHttp.h>
#import <NSString.h>

BOOL success = NO;

CkoHttp *http = [[CkoHttp alloc] init];
NSString *url = @"https://example.com/folder/page?lang=en&sort=asc#section2";
NSLog(@"%@",[http GetUrlPath: url]);

//  Output:

//  /folder/page