extends |
OutgoingRequestInterface |
|---|
Representation of an incoming, server-side HTTP request.
Corresponds to Psr7\ServerRequestInterface.
| Methods | ||
|---|---|---|
public
|
getIPAddress(): string
|
# |
public
|
isValidIP(string $ip, string $which = null): bool
|
# |
public
|
getServer(array|string|null $index = null, int|null $filter = null): mixed
|
# |
| Methods inherited from CodeIgniter\HTTP\OutgoingRequestInterface |
|---|
getMethod(), withMethod(), getUri(), withUri() |