Sha256: 65a3d9d7f62aebdba9ab2e87404fc11cb4cd5e7bdf6d7da067bc84c898d95f43
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
package org.jruby.jubilee; import org.vertx.java.core.http.HttpServerResponse; import java.util.Map; /** * Created with IntelliJ IDEA. * User: isaiah * Date: 11/29/12 * Time: 5:39 PM */ public interface RackResponse { public void respond(HttpServerResponse response); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jubilee-0.4.0 | java/src/org/jruby/jubilee/RackResponse.java |