20inline namespace http {
25 auto*
it = pbase_ +
pos;
37 if (
c != traits_type::eof()) {
38 auto buf = buf_.prepare(pcount_ + 1);
40 pbase_[pcount_++] =
c;
47 auto buf = buf_.prepare(pcount_ + count);
49 memcpy(pbase_ + pcount_,
s, count);
71 *
this <<
"\r\nCache-Control: no-cache";
78 <<
"\r\nContent-Length: 0";