So, it may be sounds as a realy newbies question... And proboly it is newbies :)
I try to turn infomation from boost::asio::streambuf which I got, using read_until
into char*. I've found realy many examples of turning it into std::string, but I'd mad, if use bufer -> std::string -> c_str
in an application, needs a high perfomanse. (But in fact, I ectally do not realy stuff like conteiners and so on.)