kemal/src/kemal/ext/request.cr

8 lines
126 B
Crystal

class HTTP::Request
property url_params : Hash(String, String)?
def content_type
@headers["Content-Type"]?
end
end