seastar icon indicating copy to clipboard operation
seastar copied to clipboard

Deprecate request::content

Open xemul opened this issue 2 years ago • 2 comments
trafficstars

It's an sstring field that is tempted to be converted into temporary_buffer. However, it's the part of the API and other may still use it (alternator doesn't), so it has to be deprecated explicitly.

refs: #1345

xemul avatar May 15 '23 18:05 xemul

Looks good.

avikivity avatar May 16 '23 11:05 avikivity

upd:

  • made httpd::connection be a friend of request so that the newly introduced read_body() can be made private

xemul avatar May 16 '23 12:05 xemul