Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Instrukcja Użytkownika Strona 100

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 132
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 99
88 Brocade Virtual ADX OpenScript API Guide
53-1003243-01
Methods
6
OS_HTTP_RESPONSE::headers_as_string
Returns a string representation of all HTTP response headers.
Context
This function called in http request context will have no effect.
Usage
Can be used to retrieve the HTTP headers and to parse in the script.
Input Parameters
None.
Return Values
The following table contains the return values.
Example
TABLE 104 Return Values
Name Type Description
string All HTTP response headers
represented as a string.
use OS_HTTP_RESPONSE;
sub HTTP_RESPONSE{
my $all_headers = OS_HTTP_RESPONSE::headers_as_string;
}
Przeglądanie stron 99
1 2 ... 95 96 97 98 99 100 101 102 103 104 105 ... 131 132

Komentarze do niniejszej Instrukcji

Brak uwag