DubRegistryWebFrontend

Undocumented in source.

Constructors

this
this(DubRegistry registry, UserManController userman)
Undocumented in source.

Members

Functions

getAllPackageVersions
void getAllPackageVersions(HTTPServerRequest req, HTTPServerResponse res, string _packname)
Undocumented in source. Be warned that the author may not have intended to support it.
getAvailable
void getAvailable(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
getHome
void getHome(string sort, string category, ulong skip, ulong limit)
Undocumented in source. Be warned that the author may not have intended to support it.
getPackage
void getPackage(HTTPServerRequest req, HTTPServerResponse res, string _packname)
Undocumented in source. Be warned that the author may not have intended to support it.
getPackageVersion
void getPackageVersion(HTTPServerRequest req, HTTPServerResponse res, string _packname, string _version)
Undocumented in source. Be warned that the author may not have intended to support it.
getPackages
void getPackages(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
getRedirectViewPackage
void getRedirectViewPackage(string _packname)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_categories
Category[] m_categories;
Undocumented in source.
m_categoryMap
Category[string] m_categoryMap;
Undocumented in source.
m_packages
DbPackage[] m_packages;
Undocumented in source.
m_registry
DubRegistry m_registry;
Undocumented in source.
m_userman
UserManController m_userman;
Undocumented in source.

Meta