[Lib] libsceHttp (#2576)

* implemented sceHttpUriParse

* argg clang

* improved in case of file:////  (probably)

* rewrote httpuriparse to support file:////

* fixed uriparse
This commit is contained in:
georgemoralis
2025-03-02 23:09:38 +02:00
committed by GitHub
parent a583a9abe0
commit 951128389d
4 changed files with 352 additions and 10 deletions

View File

@@ -298,6 +298,7 @@ set(KERNEL_LIB src/core/libraries/kernel/sync/mutex.cpp
set(NETWORK_LIBS src/core/libraries/network/http.cpp
src/core/libraries/network/http.h
src/core/libraries/network/http_error.h
src/core/libraries/network/http2.cpp
src/core/libraries/network/http2.h
src/core/libraries/network/net.cpp