Documentation

HttpInterface
in

HTTP interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

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

version
5.2.0

Table of Contents

Methods

__toString()  : string
Render the request/response to string
getRequest()  : AbstractRequest
Get the request
getResponse()  : AbstractResponse
Get the response
hasRequest()  : bool
Has request
hasResponse()  : bool
Get the response
render()  : string
Render the request/response to string
send()  : mixed
Send the request/response
setRequest()  : HttpInterface
Set the request
setResponse()  : HttpInterface
Set the response

Methods

__toString()

Render the request/response to string

public __toString() : string
Return values
string

hasRequest()

Has request

public hasRequest() : bool
Return values
bool

hasResponse()

Get the response

public hasResponse() : bool
Return values
bool

render()

Render the request/response to string

public render() : string
Return values
string

        
On this page

Search results