988. Class

988.1. Zend\Http\ClientStatic

Http static client

988.1.1. Methods

988.1.1.1. getStaticClient

getStaticClient()

Get the static HTTP client

Return type:Client

988.1.1.2. get

get()

HTTP GET METHOD (static)

Parameters:
  • string
  • array
  • array
  • mixed
Return type:

Response|bool

988.1.1.3. post

post()

HTTP POST METHOD (static)

Parameters:
  • string
  • array
  • array
  • mixed
Throws ExceptionInvalidArgumentException:
 
Return type:

Response|bool

Project Versions

Table Of Contents

Previous topic

987. Class

Next topic

989. Class

This Page