table of contents
Search::Elasticsearch::Role::Client(3) | User Contributed Perl Documentation | Search::Elasticsearch::Role::Client(3) |
NAME¶
Search::Elasticsearch::Role::Client - Provides common functionality for Client implementations
VERSION¶
version 8.00
DESCRIPTION¶
This role provides a common "perform_request()" method for Client implementations.
METHODS¶
"perform_request()"¶
This method takes whatever arguments it is passed and passes them directly to a "parse_request()" method (which should be provided by Client implementations). The "parse_request()" method should return a request suitable for passing to "perform_request()" in Search::Elasticsearch::Transport.
AUTHOR¶
Enrico Zimuel <enrico.zimuel@elastic.co>
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2022 by Elasticsearch BV.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
2022-12-30 | perl v5.26.1 |