Method Protocols.HTTP.Server.Request()->read_cb()
- Method
read_cb
protectedvoidread_cb(mixeddummy,strings)- Description
Appends data to raw and feeds the header parse with data. Once the header parser has enough data parse_request() and parse_variables() are called. If parse_variables() deems the request to be finished finalize() is called. If not parse_variables() has replaced the read callback.