logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Search::Elasticsearch::Role::Client - Provides common functionality for Client implementations

Author

       Enrico Zimuel <enrico.zimuel@elastic.co>

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.

Name

       Search::Elasticsearch::Role::Client - Provides common functionality for Client implementations

Version

       version 8.12

See Also