# Tcl autoload index file, version 2.0 # This file is generated by the "auto_mkindex" command # and sourced to set up indexing information for one or # more commands. Typically each line is a command that # sets an element in the auto_index array, where the # element name is the name of a command and the value is # a script that loads the command. ::foreach ProcName { ::qw::http::plug } { ::set ::auto_index($ProcName) [::list ::package require qw::http::plug]; } ::foreach {ProcName} { ::qw::babyship::singleton } { ::set ::auto_index($ProcName) [::list ::package require qw::babyship 2.0]; } ::foreach ProcName { ::qw::httpd::singleton ::qw::httpd::decode_query } { ::set ::auto_index($ProcName) [::list ::package require qw::httpd]; } ::foreach ProcName { ::Httpd_Init ::Httpd_Shutdown ::Httpd_RegisterShutdown ::Httpd_Server ::Httpd_ServerShutdown ::Httpd_SecureServer ::Httpd_SecureServerShutdown ::Httpd_CurrentSocket ::Httpd_Webmaster ::Httpd_VirtualHost ::Httpd_VirtualHosts ::Httpd_Port ::Httpd_SecurePort ::Httpd_Peername ::Httpd_Protocol ::Httpd_Name ::Httpd_SelfUrl ::Httpd_CompletionCallback ::Httpd_SockClose ::Httpd_RequestComplete ::Httpd_Suspend ::Httpd_Resume ::Httpd_Pair ::Httpd_DumpHeaders ::Httpd_PostDataSize ::Httpd_GetPostData ::Httpd_ReadPostDataAsync ::Httpd_GetPostDataAsync ::Httpd_CopyPostData ::Httpd_GetPostChannel ::Httpd_SetCookie ::Httpd_RemoveCookies ::Httpd_ReturnFile ::Httpd_ReturnData ::Httpd_ReturnCacheableData ::Httpd_Error ::Httpd_Redirect ::Httpd_RedirectSelf ::Httpd_RedirectDir ::Httpd_NotModified ::Httpd_RequestAuth ::Url_PostHook ::Url_PrefixInstall ::Url_PrefixRemove ::Url_AccessInstall ::Url_AccessInstallPrepend ::Url_AccessUnInstall ::Url_PrefixMatch ::Url_PrefixExists ::Url_Handle ::Url_UnCache ::Url_Unwind ::Url_PathCheck ::Url_DecodeQuery ::Url_DecodeQueryOnly ::Url_DecodeQuery_multipart/form-data ::Url_DecodeQuery_application/x-www-urlencoded ::Url_DecodeQuery_application/x-www-form-urlencoded ::Url_QuerySetup ::Url_ReadPost ::Url_DecodeMIMEField ::Url_Decode ::Url_Encode ::Url_IsLinkToSelf } { ::set ::auto_index($ProcName) [::list ::package require qw::httpd]; }