websocketClient

command
v0.0.0-...-bf219b4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2018 License: MIT Imports: 9 Imported by: 0

README

send data to server:

LHTTP/1.0 chat\r\n
content-type:json\r\n
content-length:10\r\n
\r\n
jsonbody

if server dont add header and set command,client will receive:

LHTTP/1.0 chat\r\n
content-type:json\r\n
content-length:10\r\n
\r\n
jsonbody

else client will recevie new content,in this case ,client will receive:

LHTTP/1.0 auth\r\n
content-type:image/png\r\n
\r\n
jsonbody

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL