package jetbrains.mps.ide.httpsupport.manager.plugin; /*Generated by MPS */ public interface IHttpRequestHandler { boolean canHandle(); void handle() throws Exception; }