We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error( Hyper( Error( Parse( Header, ), ), ), "http://<IP>:<PORT><ENDPOINT>", )
Executed by lines:
AfricaOS/core/network/src/lib.rs
Lines 503 to 507 in f989548
Format should follow
HTTP-Version Status-Code Reason-Phrase CRLF headers CRLF message-body
as shown in: https://doc.rust-lang.org/book/ch20-01-single-threaded.html#writing-a-response
Example response: HTTP/1.1 200 OK
The text was updated successfully, but these errors were encountered:
Jovonni
No branches or pull requests
Executed by lines:
AfricaOS/core/network/src/lib.rs
Lines 503 to 507 in f989548
Format should follow
as shown in:
https://doc.rust-lang.org/book/ch20-01-single-threaded.html#writing-a-response
Example response:
HTTP/1.1 200 OK
The text was updated successfully, but these errors were encountered: