Skip to content

Commit e92f01e

Browse files
authored
Miscellaneous readme updates (#848)
1 parent 1344f2e commit e92f01e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
## Welcome!
22

3-
libHttpClient provides a platform abstraction layer for HTTP and WebSocket, and is designed for use by the Microsoft Xbox Live Service API [(XSAPI)](https://github.com/Microsoft/xbox-live-api), PlayFab SDKs, and game devs. If you want to contribute to the project, please talk to us to avoid overlap.
3+
libHttpClient provides a platform abstraction layer for HTTP and WebSocket, and is designed for use by the Microsoft Xbox Live Service API [(XSAPI)](https://github.com/Microsoft/xbox-live-api), [PlayFab SDK](https://github.com/PlayFab/PlayFabCSdk), and game devs. If you want to contribute to the project, please talk to us to avoid overlap.
44

55
## Goals
66

77
- libHttpClient provides a **platform abstraction layer** for **HTTP** and **WebSocket**
8-
- Stock implementations that call **native platform HTTP / WebSocket APIs** on GDK, XDK ERA, Win32 Win7+, UWP, iOS, Android
8+
- Stock implementations that call **native platform HTTP / WebSocket APIs** on GDK, XDK ERA, Win32 Win7+, UWP, iOS, Android, Linux
99
- Caller can add support for **other platforms via callback** API
1010
- Sample showing off an [**HTTP implementation via Curl**](https://github.com/curl/curl) via this callback
1111
- Designed around the needs of **professional game developers** that use Xbox Live and PlayFab
12-
- **used by** the Microsoft Xbox Live Service API [(XSAPI)](https://github.com/Microsoft/xbox-live-api) and PlayFab SDKs
13-
- Builds for **GDK, XDK ERA, UWP, Win32 Win7+, iOS, and Android**
12+
- **used by** the Microsoft Xbox Live Service API [(XSAPI)](https://github.com/Microsoft/xbox-live-api) and [PlayFab SDK](https://github.com/PlayFab/PlayFabCSdk)
13+
- Builds for **GDK, XDK ERA, UWP, Win32 Win7+, iOS, Android, and Linux**
1414
- Public API is a **flat C API**
1515
- **Asynchronous** API
1616
- Public API **supports simple P/Invoke** without needing to use the ["C#/.NET P/Invoke Interop SDK" or C++/CLI](https://en.wikipedia.org/wiki/Platform_Invocation_Services#C.23.2F.NET_P.2FInvoke_Interop_SDK)

0 commit comments

Comments
 (0)