client ssl: remove now meaningless check for non-server vhost
[platform/upstream/libwebsockets.git] / mainpage.md
1 ##Libwebsockets API introduction
2
3 Libwebsockets covers a lot of interesting features for people making embedded servers or clients
4
5  - http(s) serving and client operation
6  - ws(s) serving and client operation
7  - http(s) apis for file transfer and upload
8  - http POST form handling (including multipart)
9  - cookie-based sessions
10  - account management (including registration, email verification, lost pw etc)
11  - strong ssl PFS support (A+ on SSLlabs test)
12
13 You can browse by api category <a href="modules.html">here</a>
14
15 A collection of READMEs for build, coding, lwsws etc are <a href="pages.html">here</a>
16