Sha256: cb370f7d9c72d0046fbe94c3a44a466400f3aaead91e695ab3a8a3627368c0f1
Contents?: true
Size: 328 Bytes
Versions: 4
Compression:
Stored size: 328 Bytes
Contents
package org.jruby.jubilee; import org.jruby.runtime.builtin.IRubyObject; 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
4 entries across 4 versions & 1 rubygems