Imported from Sharp Chat repository.

This commit is contained in:
flash 2022-04-06 11:25:49 +02:00
commit 7b29e76789
31 changed files with 1936 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# Hamakaze
Shoddy custom HTTP client, currently targeting C#.
System.Http.HttpClient is annoying cause it forces async on you and they've conveniently deprecated everything else.
Not really intended for use by anyone other than myself.