Documentation

RequestFactory
in package
implements RequestFactoryInterface

PSR-17 request factory class

Tags
category

Pop

author

Nick Sagona, III nick@popphp.org

copyright

Copyright (c) 2009-2026 Nick Sagona, III

license

https://www.popphp.org/license New BSD License

version
6.0.0

Table of Contents

Interfaces

RequestFactoryInterface

Methods

createRequest()  : RequestInterface
Create a new request

Methods

createRequest()

Create a new request

public createRequest(string $method, UriInterface|string $uri) : RequestInterface
Parameters
$method : string
$uri : UriInterface|string
Return values
RequestInterface

        
On this page

Search results