/usr/share/tcltk/tcllib1.18/httpd/dispatch.tcl is in tcllib 1.18-dfsg-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | ###
# This file implements an extensible dispatch server for the httpd package
# The package is seperate because the code is equally applicable for either
# the httpd and scgi modes, and it also injects a suite of assumptions
# that may not be applicable to a general purpose tool
###
package require tool
package require httpd::content
package provide httpd::dispatch 4.0
|