Skip to content
Snippets Groups Projects
Commit a661ee5d authored by Andy Green's avatar Andy Green
Browse files

client support http without ws


Server support for http[s] as well as ws[s] is implicit.
But until now client only supported ws[s].

This allows the user code to pass an explicit http method
like "GET" in the connect_info, disabling the ws upgrade logic.

Then you can also use lws client as http client, not just ws.

Signed-off-by: default avatarAndy Green <andy.green@linaro.org>
parent 2d8d35a1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment