Sha256: cc724e65f5ba45f7ce4e8244558bc9c2193be987d04c30d75369111b45dfbc68
Contents?: true
Size: 259 Bytes
Versions: 6
Compression:
Stored size: 259 Bytes
Contents
package org.jruby.jubilee; import org.vertx.java.core.http.HttpServerResponse; /** * 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
6 entries across 6 versions & 1 rubygems