Images 💾

Last commit ⭐

commit a711bb63b7801780f6a68dac41c438bbb17ca045
Author:     Ali Mohammad Pur <mpfard@serenityos.org>
AuthorDate: Tue Jun 11 17:38:21 2024 +0200
Commit:     Ali Mohammad Pur <mpfard@serenityos.org>
CommitDate: Wed Jun 19 15:45:02 2024 +0200

    LibHTTP+LibCore+RequestServer: Use async streams for HTTP
    
    We no longer use blocking reads and writes, yielding a nice performance
    boost and a significantly cleaner (and more readable) implementation :^)