parse abstract method
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);
Parses data from the given socket using the specified uri and headers.
Returns true if parsing is successful, otherwise false.
Future<bool> parse(Socket socket, Uri uri, Map<String, String> headers);