php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_http.c File Reference
#include "php_soap.h"
#include "ext/hash/php_hash.h"

Go to the source code of this file.

Macros

#define smart_str_append_const(str, const)
 

Functions

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)
 
int make_http_soap_request (zval *this_ptr, zend_string *buf, char *location, char *soapaction, int soap_version, zval *return_value)
 

Macro Definition Documentation

◆ smart_str_append_const

#define smart_str_append_const ( str,
const )
Value:
smart_str_appendl(str,const,sizeof(const)-1)

Definition at line 27 of file php_http.c.

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 * buf,
char * location,
char * soapaction,
int soap_version,
zval * return_value )

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.