Skip to content
Snippets Groups Projects
  • Sergey Linev's avatar
    47b30f63
    http: introduce binary transfer via websocket · 47b30f63
    Sergey Linev authored
    One could send now binary messages viw websockets, 
    which result as Blob objects on JavaScript side. 
    Also combined send of string header and raw buffer will be supported.
    For special engines (like longpoll) this will be handled in single
    request.
    47b30f63
    History
    http: introduce binary transfer via websocket
    Sergey Linev authored
    One could send now binary messages viw websockets, 
    which result as Blob objects on JavaScript side. 
    Also combined send of string header and raw buffer will be supported.
    For special engines (like longpoll) this will be handled in single
    request.