pistacheio / pistache

A high-performance REST toolkit written in C++
https://pistacheio.github.io/pistache/
Apache License 2.0
3.12k stars 690 forks source link

Add set request attribute #1080 #1085

Open Fabio3rs opened 1 year ago

Fabio3rs commented 1 year ago

The issue #1080 has some time and I didn't saw pull requests, I think this is very useful, so I make some code that do it.

I created two commits:

Suggestions for more tests? Or names? Thanks!

andreastedile commented 1 year ago

Hi, I am not a contributor of Pistache, but I can provide the following feedback.

Fabio3rs commented 1 year ago

Hi. Thank you! I think your observations are good, I was trying to make similar to the Pistache::Tcp::Peer code https://github.com/pistacheio/pistache/blob/master/include/pistache/peer.h#L54

I am not sure how to proceed is this case.