Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

libSceHttp early implementation #104

Merged
merged 11 commits into from
Apr 19, 2024
Merged

Conversation

minecraft8997
Copy link
Contributor

Not really tested, but it should support GET and POST requests at basic level.

@SysRay SysRay added the implementation This PR contains new implementations of PS4 functions label Apr 16, 2024
@minecraft8997
Copy link
Contributor Author

Added new commits.

@minecraft8997
Copy link
Contributor Author

minecraft8997 commented Apr 16, 2024

Found a small mistake about calling testId(), will fix it. (Thanks Igor725.)

@SysRay
Copy link
Owner

SysRay commented Apr 18, 2024

Try to use one class instead and let it manage all the request/template etc resources, the dependencies are just to much.

maybe use std::unique_ptr<> or std::shared_ptr (requests) instead of new/delete.

@minecraft8997
Copy link
Contributor Author

Apologies, mistakenly hit the button.

@SysRay SysRay merged commit b0185a6 into SysRay:features Apr 19, 2024
4 checks passed
SysRay added a commit that referenced this pull request May 8, 2024
libSceHttp early implementation
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
implementation This PR contains new implementations of PS4 functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants