Skip to content

Commit

Permalink
Accurately list transports in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
redbaron committed Oct 7, 2024
1 parent 3ed4c24 commit d60494d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,13 +349,13 @@ transports, `libhttpclient` itself can use different implementations depending o

HTTP:

Platform | Transport |
--- |---------------------------|
Windows | libhttpclient -> winhttp |
Android | libcurl |
Linux | libhttpclient->curl |
MacOS | libhttpclient -> OS |
iOS | libhttpclient -> OS |
Platform | Transport |
--- |--------------------------|
Windows | libhttpclient -> winhttp |
Android | libcurl |
Linux | libcurl (system from OS) |
MacOS | libcurl |
iOS | libcurl |

Websockets:

Expand Down

0 comments on commit d60494d

Please sign in to comment.