A router (request) => Response | null. null means the path is not one of ours (the DO falls through).
(request) => Response | null
null
A router
(request) => Response | null.nullmeans the path is not one of ours (the DO falls through).