class HttpParser::Instance

def stop!


Halts the parser if called in a callback
def stop!
    throw :return, 1
end