Split HTTP namespace up into http_parser.h and url.h, since the URL library can be useful stand-alone as well.
This commit is contained in:
parent
e0dfc3a4db
commit
793f6f7809
7 changed files with 307 additions and 283 deletions
|
@ -138,6 +138,7 @@ set(libHeaders
|
|||
lib/ebml.h
|
||||
lib/ebml_socketglue.h
|
||||
lib/websocket.h
|
||||
lib/url.h
|
||||
)
|
||||
|
||||
########################################
|
||||
|
@ -181,6 +182,7 @@ add_library (mist
|
|||
lib/ebml.cpp
|
||||
lib/ebml_socketglue.cpp
|
||||
lib/websocket.cpp
|
||||
lib/url.cpp
|
||||
)
|
||||
if (NOT APPLE)
|
||||
set (LIBRT -lrt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue