module TP2
module TP2::RackAdapter
class Qeweney::Request
class TP2::HTTP1Connection
class TP2::HTTP1Connection::ProtocolError
class TP2::Logger
class TP2::Server
class UringMachine
tp2
0.14.1
# bind_info
def bind_info(bind_string) parts = bind_string.split(':') [parts[0], parts[1].to_i] end