Метод | Описание | |
---|---|---|
getHeaders ( ) : string[] | Get a key/value mapping of request headers, keys in lowercase. | |
getRemoteAddr ( ) : string | Get the remote address, as seen by this request format. |
public getHeaders ( ) : string[] | ||
Результат | string[] | An associative array mapping headers to values. |
public getRemoteAddr ( ) : string | ||
Результат | string | The remote address. IPv4 or IPv6, as applicable. |