Request¶ class cff.models.Request¶ An HTTP request. method: str¶ HTTP method. Example GET uri: str¶ URI. Does not include the host name or protocol. Example /foo/bar.html