http_parser_init function

void http_parser_init(
  1. Pointer<http_parser> parser,
  2. http_parser_type type
)

Implementation

void http_parser_init(ffi.Pointer<http_parser> parser, http_parser_type type) =>
    _http_parser_init(parser, type.value);