Lines Matching refs:request
57 @param request The request about to be sent.
62 identifier is useful to track changes to a resources request, which will be
67 - (id)webView:(WebView *)sender identifierForInitialRequest:(NSURLRequest *)request fromDataSource:(WebDataSource *)dataSource;
71 @discussion This message is sent before a load is initiated. The request may be modified
76 @param request The request about to be sent.
77 @param redirectResponse If the request is being made in response to a redirect we received,
80 @result Returns the request, which may be mutated by the implementor, although typically
81 will be request.
83 - (NSURLRequest *)webView:(WebView *)sender resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource;
98 @abstract Cancel authentication for a given request
109 @param response The response for the request.