[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/SimplePie/src/HTTP/ -> Psr7Response.php (summary)

HTTP Response based on a PSR-7 response This interface must be interoperable with Psr\Http\Message\ResponseInterface

File Size: 91 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 10 functions

  __construct()
  get_permanent_uri()
  get_final_requested_uri()
  get_status_code()
  get_headers()
  has_header()
  with_header()
  get_header()
  get_header_line()
  get_body_content()

Functions
Functions that are not part of a class:

__construct(ResponseInterface $response, string $permanent_url, string $requested_url)   X-Ref


get_permanent_uri()   X-Ref
No description

get_final_requested_uri()   X-Ref
No description

get_status_code()   X-Ref
No description

get_headers()   X-Ref
No description

has_header(string $name)   X-Ref
No description

with_header(string $name, $value)   X-Ref
No description

get_header(string $name)   X-Ref
No description

get_header_line(string $name)   X-Ref
No description

get_body_content()   X-Ref
No description



Generated : Wed Sep 17 08:20:04 2025 Cross-referenced by PHPXref