Skip to content

Commit 8a1f1a2

Browse files
committed
fix: public api changes
1 parent a5c07f3 commit 8a1f1a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/TurboHTTP.API.Tests/verify/CoreAPISpec.ApproveCore.DotNet.verified.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ namespace TurboHTTP
113113
public bool DangerousAcceptAnyServerCertificate { get; set; }
114114
public System.Net.ICredentials? DefaultProxyCredentials { get; set; }
115115
public System.Security.Authentication.SslProtocols EnabledSslProtocols { get; set; }
116-
public TurboHTTP.Http1Options Http1 { get; set; }
117-
public TurboHTTP.Http2Options Http2 { get; set; }
118-
public TurboHTTP.Http3Options Http3 { get; set; }
116+
public TurboHTTP.Http1Options Http1 { get; init; }
117+
public TurboHTTP.Http2Options Http2 { get; init; }
118+
public TurboHTTP.Http3Options Http3 { get; init; }
119119
public uint MaxEndpointSubstreams { get; set; }
120120
public System.TimeSpan PooledConnectionIdleTimeout { get; set; }
121121
public System.TimeSpan PooledConnectionLifetime { get; set; }

0 commit comments

Comments
 (0)