module HTTP::Chainable

def nodelay

Set TCP_NODELAY on the socket
def nodelay
  branch default_options.with_nodelay(true)
end