} catch (MalformedURLException mue) {
// The above should never fail. As a last resort, using the empty string will
// look funny in the request, but still allow the context to use a relative url.
requestUrl = "";
}
return app.createContextForRequest(app.createRequest("GET", requestUrl, "HTTP/1.1", null, null, null));
}
public NSMutableDictionary mutableUserInfo() {
return contextDictionary();
}