Sha256: 4ee6ba24193cbc6207ab300cd2f4229782b93ce335f472f82bbeb15e1b9b2984
Contents?: true
Size: 185 Bytes
Versions: 37
Compression:
Stored size: 185 Bytes
Contents
package http_parser.lolevel; import java.nio.ByteBuffer; public interface HTTPErrorCallback { public void cb (HTTPParser parser, String mes, ByteBuffer buf, int initial_position); }
Version data entries
37 entries across 37 versions & 7 rubygems