You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is great that recent versions of fasthttp have trailer support, but it is more difficult and awkward to use.
We should have minimal features like so:
It is tricky because SetTrailer isn't setting for a single value, rather all values. It would be nicer to have parity for apis to set/add and del, as well.
It is great that recent versions of fasthttp have trailer support, but it is more difficult and awkward to use.
We should have minimal features like so:
It is tricky because
SetTrailer
isn't setting for a single value, rather all values. It would be nicer to have parity for apis to set/add and del, as well.See mosn/pkg#66
The text was updated successfully, but these errors were encountered: