API  1.0.0
CPURLResponse.h
Go to the documentation of this file.
1 
2 @interface CPURLResponse : CPObject
3 {
4  CPURL _URL;
5 }
6 @end
Protocol agnostic information about a request to a specific URL.
Definition: CPURLResponse.h:2
Definition: CPURL.h:2