Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manual de usuario Pagina 86

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 132
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 85
74 Brocade Virtual ADX OpenScript API Guide
53-1003243-01
Methods
6
Return Values
The following table contains the return values.
Example
OS_HTTP_RESPONSE::content_length
Returns response content length specified in the HTTP response if it exists, otherwise it will return
NULL.
Context
Called in the HTTP request context will have no effect.
Usage
Can be used to get the content length.
Input Parameters
None.
Return Values
The following table contains the return values.
TABLE 77 Return Values
Name Type Description
string Value of the response content
type. If not present, undefined is
returned.
TABLE 78 Return Values
Name Type Description
Integer Value of the response content
length. If not present, undefined
is returned.
use OS_HTTP_RESPONSE;
sub HTTP_RESPONSE{
my $content_type = OS_HTTP_RESPONSE::content_type;
}
Vista de pagina 85
1 2 ... 81 82 83 84 85 86 87 88 89 90 91 ... 131 132

Comentarios a estos manuales

Sin comentarios