Optimized lookup to find a method name and trailing space in a byte array.
@param bytes Array containing ISO-8859-1 characters
@param position The first valid index
@param limit The first non valid index
@return A HttpMethod if a match or null if no easy match.
HttpMethodlookAheadGet(byte[] bytes, int position, int limit)
Optimized lookup to find a method name and trailing space in a byte array.
@param bytes Array containing ISO-8859-1 characters @param position The first valid index @param limit The first non valid index @return A HttpMethod if a match or null if no easy match.