Skip to main content Link Menu Expand (external link) Document Search Copy Copied

This is automatic generated document for things in Swow\Psr7\Message\RequestPlusInterface class

Interface RequestPlusInterface

Methods

Method getMethod

public function getMethod ( ) : string

Method getRequestTarget

public function getRequestTarget ( ) : string

Method getUri

public function getUri ( ) : UriInterface

Method setMethod

public function setMethod ( string $method ) : static

Method setRequestTarget

public function setRequestTarget ( string $requestTarget ) : static

Method setUri

public function setUri ( UriInterface|string $uri , ?bool $preserveHost ) : static

Method withMethod

public function withMethod ( mixed $method ) : static

Method withRequestTarget

public function withRequestTarget ( mixed $requestTarget ) : static

Method withUri

public function withUri ( UriInterface $uri , $preserveHost ) : static

Copyright 2022 the Swow contributors