programming-nu / nu

Nu is an interpreted Lisp that builds on the Objective-C runtime and Foundation framework.
http://programming-nu.github.io
Apache License 2.0
2.15k stars 236 forks source link

UrlRequestFactory (including example) #55

Closed Xmay closed 11 years ago

Xmay commented 11 years ago

Hello there,

i though some Kind of UrlRequestFactory would a great advantage for AFNetworking, because i would cover many more usecases.

A little example to show you what i mean.

@implementation AFHTTPClient (UrlRequestFactory)

@end

It is just a littlebit modified version of the method requestWithMethod:path:parameters:

i can't see any issues with that, except the network reachability services (which seems to be depending on the baseUrl).

Maybe worth implementing in the next release?

timburks commented 11 years ago

Thanks, Nu doesn't integrate or have any dependencies on AFNetworking, so I'm going to assume this is misplaced.