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:
richard 2000-11-17 16:19:56 +00:00
parent 08627eb744
commit a1578d8fa2
4 changed files with 662 additions and 2 deletions

View file

@ -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]];
}
}