Some documentation added for KeePassHttp stuff

This commit is contained in:
michael starke
2013-12-18 11:41:20 +01:00
parent 9fbf42322f
commit 08f897437b
6 changed files with 48 additions and 16 deletions

View File

@@ -8,6 +8,10 @@
#import "HTTPConnection.h"
/**
* Default Connection to handle the KeepassHttp POST requests. The Connection doesn't do anything,
* besides using the MPRequestHandlerService to handle any request from KeePassHttp and send's back the replies
*/
@interface MPConnection : HTTPConnection
@end