php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_http.h File Reference

Go to the source code of this file.

Functions

int make_http_soap_request (zval *this_ptr, zend_string *request, char *location, char *soapaction, int soap_version, zval *response)
 
int proxy_authentication (zval *this_ptr, smart_str *soap_headers)
 
int basic_authentication (zval *this_ptr, smart_str *soap_headers)
 
void http_context_headers (php_stream_context *context, bool has_authorization, bool has_proxy_authorization, bool has_cookies, smart_str *soap_headers)
 

Function Documentation

◆ basic_authentication()

int basic_authentication ( zval * this_ptr,
smart_str * soap_headers )

Definition at line 56 of file php_http.c.

◆ http_context_headers()

void http_context_headers ( php_stream_context * context,
bool has_authorization,
bool has_proxy_authorization,
bool has_cookies,
smart_str * soap_headers )

Definition at line 144 of file php_http.c.

◆ make_http_soap_request()

int make_http_soap_request ( zval * this_ptr,
zend_string * request,
char * location,
char * soapaction,
int soap_version,
zval * response )

Definition at line 338 of file php_http.c.

◆ proxy_authentication()

int proxy_authentication ( zval * this_ptr,
smart_str * soap_headers )

Definition at line 31 of file php_http.c.