capsule() = wt_drain_session | {wt_close_session, cow_http3:wt_app_error_code(), binary()}
| parse/1 | |
| wt_close_session/2 | |
| wt_drain_session/0 |
parse(Data::binary()) -> {ok, capsule(), binary()} | {ok, binary()} | more | {skip, non_neg_integer()} | error
wt_close_session(AppCode::cow_http3:wt_app_error_code(), AppMsg::iodata()) -> iodata()
wt_drain_session() -> binary()
Generated by EDoc