001    package railo.runtime.tag;
002    
003    public interface Http {
004            void setParam(HttpParamBean param);
005    }