Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 991 Bytes

ebosh_http.md

File metadata and controls

37 lines (22 loc) · 991 Bytes

#Module ebosh_http#

##Function Index##

stream/3stream raw Body string This must be called directly from web process adapter modules Body is rcvd raw bosh string ResFun/1 accepts underlying ebosh_session BoshPid as argument ErrFun/1 if Body string is an invalid bosh body pkt, ErrFun({Code, Header, Body}) will be called.

##Function Details##

###stream/3##

stream(Body, ResFun, SetOptFun) -> any()

stream raw Body string This must be called directly from web process adapter modules Body is rcvd raw bosh string ResFun/1 accepts underlying ebosh_session BoshPid as argument ErrFun/1 if Body string is an invalid bosh body pkt, ErrFun({Code, Header, Body}) will be called