package http_parser.lolevel;

public interface HTTPCallback {

public int cb (HTTPParser parser);

}