module HTTP::Chainable

def accept(type)

Parameters:
  • type () --
def accept(type)
  with :accept => MimeType.normalize(type)
end