parse abstract method

Future<bool> parse(
  1. Socket socket,
  2. Uri uri,
  3. Map<String, String> headers
)

Parses data from the given socket using the specified uri and headers.

Returns true if parsing is successful, otherwise false.

Implementation

Future<bool> parse(Socket socket, Uri uri, Map<String, String> headers);