module HTTP::Chainable

def accept(type)

Parameters:
  • type () --
def accept(type)
  headers Headers::ACCEPT => MimeType.normalize(type)
end