Skip navigation.
 
mlRe: NSURL with query string
FROM : Jerry Krinock
DATE : Sat Apr 12 21:43:14 2008

On 2008 Apr, 12, at 12:24, C Sandeep wrote:

> However Im not able to find a optimized way to append the query
> strings "hl" and "q". Any help is apprecaited. Thanks.


I've done this many times, by simply combining the query into what you 
call your baseURL using -[NSString stringWithFormat:].  I suppose it's 
not elegant, but once the sausage gets into the TCP pipe, no one cares 
how you made it.

As far as being "optimized", don't worry about it.  The slowest Mac 
can probably easily spit out thousands of these before Google responds 
to the first one.

Related mailsAuthorDate
mlNSURL with query string C Sandeep Apr 12, 21:24
mlRe: NSURL with query string Jerry Krinock Apr 12, 21:43
mlRe: NSURL with query string Scott Anguish Apr 13, 07:33