mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3313] Http HLE WIP #3381
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3313
Author: @mikusp
Created: 7/23/2025
Status: 🔄 Open
Base:
main← Head:http_hle📝 Commits (5)
e6ab3a7Http HLE internals81d24f3Define required Http HLE typesc4b6841Include new Http filesd72b466Find libcurl in cmakef0e0f4aInstall libcurl-dev in CI📊 Changes
11 files changed (+473 additions, -5 deletions)
View changed files
📝
.github/workflows/build.yml(+4 -4)📝
CMakeLists.txt(+10 -1)📝
src/core/libraries/network/http.h(+9 -0)➕
src/core/libraries/network/http_connection.h(+19 -0)➕
src/core/libraries/network/http_epoll.cpp(+72 -0)➕
src/core/libraries/network/http_epoll.h(+26 -0)➕
src/core/libraries/network/http_object.h(+36 -0)➕
src/core/libraries/network/http_request.cpp(+156 -0)➕
src/core/libraries/network/http_request.h(+51 -0)➕
src/core/libraries/network/http_table.h(+71 -0)➕
src/core/libraries/network/http_template.h(+19 -0)📄 Description
Just the internals, including different object types used in the library
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.