Windows PowerShell command on Get-command ne_set_request_flag
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man ne_set_request_flag

neon API reference NE_SET_REQUEST_FLAG(3)

NAME

ne_set_request_flag, ne_get_request_flag - set and retrieve

per-request flags

SYNOPSIS

#include

void ne_set_request_flag(ne_request *req,

ne_request_flag flag, int value

int ne_get_request_flag(ne_request *req,

ne_request_flag flag);

DESCRIPTION

The ne_set_request_flag function enables or disables a

per-request flag. Passing a non-zero value argument enables

the flag, and zero disables it. The following flags are defined:

NE_REQFLAG_EXPECT100

enables this flag to use the "Expect: 100-continue"

feature of HTTP/1.1

NE_REQFLAG_IDEMPOTENT

disable this flag if the request uses a non-idempotent

method such as POST RETURN VALUE

The ne_get_request_flag function returns zero if a flag is

disabled, less than zero if the flag is not supported, or greater than zero if the flag is enabled.

SEE ALSO

ne_request_create.

AUTHOR Joe Orton Author. COPYRIGHT

ATTRIBUTES

See attributes(5) for descriptions of the following attributes: neon 0.29.0 Last change: 13 September 2009 1

neon API reference NE_SET_REQUEST_FLAG(3)

_______________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE|

|____________________|__________________|_

| Availability | library/neon |

|____________________|__________________|_

| Interface Stability| Volatile |

|____________________|_________________|

NOTES Source for Neon is available on http://opensolaris.org. neon 0.29.0 Last change: 13 September 2009 2




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™