requestWithURL: method

Factory method with url.

Syntax

+ ( id< SDMRequesting > ) requestWithURL : ( NSURL * ) newURL

Parameters

Example 1

id<SDMRequesting> request = [SDMRequestBuilder requestWithURL:[[NSURL alloc] initWithString:"http://host:port/context/serviceDoc/"]];