In addition to the information available on the Request object, such as headers, Cloudflare provides additional attributes of the request using the request.cf object.
Attributes available on request.cf :
country : the two letter country code on the request (this is the same value as the one provided by the CF-IPCountry header)
colo : the three letter airport code of the colo the request hit.
When I try to console.log request.cf.colo and request.cf.country it returns undefined.