Looking for help!
NAME
SemanticWeb::Schema::EntryPoint - An entry point
VERSION
version v3.8.1
DESCRIPTION
An entry point, within some Web-based protocol.
ATTRIBUTES
action_application
actionApplication
An application that can complete the request.
A action_application should be one of the following types:
action_platform
actionPlatform
The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication.
A action_platform should be one of the following types:
Str
application
An application that can complete the request.
A application should be one of the following types:
content_type
contentType
The supported content type(s) for an EntryPoint response.
A content_type should be one of the following types:
Str
encoding_type
encodingType
The supported encoding type(s) for an EntryPoint request.
A encoding_type should be one of the following types:
Str
http_method
httpMethod
An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.
A http_method should be one of the following types:
Str
url_template
urlTemplate
An url template (RFC6570) that will be used to construct the target of the execution of the action.
A url_template should be one of the following types:
Str
SEE ALSO
SemanticWeb::Schema::Intangible
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2019 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)