http_body_is_final function

  1. @Native<Int Function(Pointer<http_parser>)>(ffi.Pointer<http_parser>)>()
int http_body_is_final(
  1. 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);