Sha256: 41717a6fb4e30105353ee061c13ad5c5c105aae444f70147d040e495e5b35877
Contents?: true
Size: 344 Bytes
Versions: 30
Compression:
Stored size: 344 Bytes
Contents
import java.io.IOException; import org.jruby.Ruby; import org.jruby.runtime.load.BasicLibraryService; import org.jruby.mongrel.Http11; public class Http11Service implements BasicLibraryService { public boolean basicLoad(final Ruby runtime) throws IOException { Http11.createHttp11(runtime); return true; } }
Version data entries
30 entries across 30 versions & 9 rubygems