Qihoo360 / evpp

A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to stream http response?

sptrakesh opened this issue · comments

The HTTPSendResponseCallback only supports string parameter. Would it be possible to make this a template (or similar concept) function where we have the flexibility of streaming the response (from a file, or other large responses)?