mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Preliminary http and https support added.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8145 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
08627eb744
commit
a1578d8fa2
4 changed files with 662 additions and 2 deletions
|
@ -37,6 +37,7 @@
|
|||
#include <Foundation/NSRunLoop.h>
|
||||
|
||||
@class GSFileURLHandle;
|
||||
@class GSHTTPURLHandle;
|
||||
|
||||
@implementation NSURLHandle
|
||||
|
||||
|
@ -86,6 +87,7 @@ static Class NSURLHandleClass = 0;
|
|||
registry = [NSMutableArray new];
|
||||
registryLock = [NSLock new];
|
||||
[self registerURLHandleClass: [GSFileURLHandle class]];
|
||||
[self registerURLHandleClass: [GSHTTPURLHandle class]];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue