Skip to content

Commit

Permalink
Add connection property
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstevens committed Feb 9, 2011
1 parent bc83367 commit dfee065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/RouteResponse.h
Expand Up @@ -10,6 +10,7 @@
HTTPResponseProxy *proxy;
}

@property (nonatomic, readonly) HTTPConnection *connection;
@property (nonatomic, readonly) NSDictionary *headers;
@property (nonatomic, retain) NSObject<HTTPResponse> *response;
@property (nonatomic, readonly) NSObject<HTTPResponse> *proxiedResponse;
Expand Down
1 change: 1 addition & 0 deletions Source/RouteResponse.m
Expand Up @@ -8,6 +8,7 @@

@implementation RouteResponse

@synthesize connection;
@synthesize headers;

- (id)initWithConnection:(HTTPConnection *)theConnection {
Expand Down

0 comments on commit dfee065

Please sign in to comment.