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
Use DI more correctly; New Raw HyperSerializerDelegate, intending for passing byte arrays as responses; HyperStatus now includes the hyper serializer to use
/// Serializes the body to the client as JSON using the <see cref="JsonSerializer.SerializeToUtf8Bytes{TValue}(TValue, JsonSerializerOptions?)"/> method with the <see cref="HyperConfiguration.JsonSerializerOptions"/> options.
@@ -28,7 +29,7 @@ public static ValueTask<bool> JsonAsync(HyperContext context, HyperStatus status
0 commit comments