Hey everyone, what are HttpRequest attributes? Ar...
# ktor
t
Hey everyone, what are HttpRequest attributes? Are they just like “local” data associated with a request instance, or are they actually sent to the network somewhere in the packets?
a
They are just local data associated with a request instance. You can find more information in the documentation.
🙌 1