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
…tions
This commit also renames `RequestExtensions` to `ResponseExtensions`,
since we add this extension type only to HTTP responses. It also makes
its members private.
Closes#1063.
…tions
This commit also renames `RequestExtensions` to `ResponseExtensions`,
since we add this extension type only to HTTP responses. It also makes
its members private.
Closes#1063.
…tions (#1072)
`rust-server-codegen`: add `ResponseExtensions` to non-fallible operations
This commit also renames `RequestExtensions` to `ResponseExtensions`,
since we add this extension type only to HTTP responses. It also makes
its members private.
Closes#1063.
We're only adding
RequestExtensions
to responses of fallible operations.We should also rename the struct to
ResponseExtensions
, since we only add them to responses, not requests.The text was updated successfully, but these errors were encountered: