Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kHttpServerChannel.h
Go to the documentation of this file.
1 
10 #ifndef K_API_HTTP_SERVER_CHANNEL_H
11 #define K_API_HTTP_SERVER_CHANNEL_H
12 
13 #include <kApi/Io/kNetwork.h>
14 
15 kBeginHeader()
16 
17 
23 //typedef kObject kHttpServerChannel; --forward-declared in kApiDef.x.h
24 
25 
33 
42 
61 
62 kEndHeader()
63 
64 #include <kApi/Io/kHttpServerChannel.x.h>
65 
66 #endif
kStatus kHttpServerChannel_DetachClient(kHttpServerChannel channel, kTcpClient *client)
Transfers ownership of the underlying TCP client object associated with this channel.
kHttpServerRequest kHttpServerChannel_Request(kHttpServerChannel channel)
Accesses a kHttpServerRequest object that can be used to parse an incoming request.
Represents the server side of an HTTP connection.
Represents a TCP client.
Supports HTTP server response formatting.
IP networking definitions.
Represents an error code.
kHttpServerResponse kHttpServerChannel_Response(kHttpServerChannel channel)
Accesses a kHttpServerResponse object that can be used to format an outgoing response.
Supports HTTP server request parsing.