aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMURLBuilder.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-07-25 12:00:21 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-07-25 12:00:21 +0000
commite1310c779697e905cbf464ec4ec7469aa68832af (patch)
tree6e70870012b9673e6a065a3c6e3f88235dd59894 /Foundation/GTMURLBuilder.h
parent7dc2640a750b547a3513d35715c0c59efb58c15a (diff)
[Author: horia]
removing inconsistent and confusing URLWithString method R=dmaclach APPROVED=dmaclach DELTA=26 (0 added, 21 deleted, 5 changed)
Diffstat (limited to 'Foundation/GTMURLBuilder.h')
-rw-r--r--Foundation/GTMURLBuilder.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Foundation/GTMURLBuilder.h b/Foundation/GTMURLBuilder.h
index e959fa7..5615b44 100644
--- a/Foundation/GTMURLBuilder.h
+++ b/Foundation/GTMURLBuilder.h
@@ -37,9 +37,6 @@
@property(nonatomic, readonly) NSString *baseURLString;
-// Encodes URL by percent-encoding, except reserved characters:
-// ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" | "$" | ","
-+ (NSURL *)URLWithString:(NSString *)URLString;
// |URLString| is expected to be a valid URL with already escaped parameter
// values.
+ (GTMURLBuilder *)builderWithString:(NSString *)URLString;