ResponseBuilderInterface
in
Builds a PSR-7 Response
Table of Contents
Methods
- build() : ResponseInterface
- Build a PSR-7 Response using the given string as the response body.
Methods
build()
Build a PSR-7 Response using the given string as the response body.
public
build([string $content = "" ]) : ResponseInterface
Parameters
- $content : string = ""