http_body_is_final function
- @Native<Int Function(Pointer<
http_parser> )>(ffi.Pointer<http_parser>)>()
- Pointer<
http_parser> parser
Checks if this is the final chunk of the body.
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<http_parser>)>()
external int http_body_is_final(ffi.Pointer<http_parser> parser);