Switches from GCDWebServer to CocoaHTTPServer so we can have HTTPS eventually
This commit is contained in:
13
kordophone/Bridge/MBIMHTTPConnection.h
Normal file
13
kordophone/Bridge/MBIMHTTPConnection.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// MBIMHTTPConnection.h
|
||||
// CocoaHTTPServer
|
||||
//
|
||||
// Created by James Magahern on 11/16/18.
|
||||
// Copyright © 2018 James Magahern. All rights reserved.
|
||||
//
|
||||
|
||||
#import <CocoaHTTPServer/CocoaHTTPServer.h>
|
||||
|
||||
@interface MBIMHTTPConnection : HTTPConnection
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user