HTTP-DAVServer 0.2 Latest
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
HTTP::DAVServer | allows you to write server-side functions to accept, process and respond to WebDAV client requests. WebDAV - RFC 2518 - is a protocol which allows clients to manipulate files on a remote server using HTTP. | 0.1 | metacpan |
HTTP::DAVServer::AuthDigest | Allows for customized password lookups when using the Digest authorization mechanism. | 0.1 | metacpan |
HTTP::DAVServer::COPY | Implements the COPY method | 0.1 | metacpan |
HTTP::DAVServer::DELETE | Implements the DELETE method | 0.1 | metacpan |
HTTP::DAVServer::LOCK | Implements the LOCK method | 0.1 | metacpan |
HTTP::DAVServer::MKCOL | Implements the MKCOL method | 0.1 | metacpan |
HTTP::DAVServer::MOVE | Implements the MOVE method | 0.1 | metacpan |
HTTP::DAVServer::OPTIONS | Implements the OPTIONS method | 0.1 | metacpan |
HTTP::DAVServer::PROPFIND | Implements the PROPFIND method | 0.1 | metacpan |
HTTP::DAVServer::PROPPATCH | Implements the PROPPATCH method | 0.1 | metacpan |
HTTP::DAVServer::PUT | Implements the PUT method | 0.1 | metacpan |
HTTP::DAVServer::Respond | Produces all response codes, headers and sends output to client | 0.1 | metacpan |
HTTP::DAVServer::UNLOCK | Implements the UNLOCK method | 0.1 | metacpan |