Submit
Path:
~
/
home
/
getwphos
/
www
/
radkingpanels
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
ai-http-request
/
application
/
File Content:
response-parser-interface.php
<?php namespace Yoast\WP\SEO\AI_HTTP_Request\Application; use Yoast\WP\SEO\AI_HTTP_Request\Domain\Response; interface Response_Parser_Interface { /** * Parses the response from the API. * * @param array<int|string|array<string>> $response The response from the API. * * @return Response The parsed response. */ public function parse( $response ): Response; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
request-handler-interface.php
1740 bytes
0644
request-handler.php
4685 bytes
0644
response-parser-interface.php
377 bytes
0644
response-parser.php
1941 bytes
0644
N4ST4R_ID | Naxtarrr