Sack Library Documentation
|
The following table lists functions in this documentation.
|
Name |
Description |
|
Add another bit of data to the block. After adding data, ProcessHttp should be called to see if the data has completed a packet. | |
| ||
|
This is function sack::containers::text::http::CreateHttpServerEx. | |
|
Creates an empty http state, the next operation should be AddHttpData. | |
|
Destroys a http state, releasing all resources associated with it. | |
|
Resets a processing state, so it can start collecting the next state. After a ProcessHttp results with true, this should be called after processing the packet content. | |
|
Returns the body of the HTTP packet (the part of data specified by content-length or by termination of the connection(? think I didn't implement that right) | |
|
Gets the specific request code at the header of the packet - http 2.0 OK sort of thing. | |
|
Gets the specific result code at the header of the packet - http 2.0 OK sort of thing. | |
|
Enumerates the various http header fields by passing them each sequentially to the specified callback. | |
| ||
|
Enumerates the various http header fields by passing them each sequentially to the specified callback. |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|