Skip to content

Commit

Permalink
Housekeeping Fix API Tests (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman authored Oct 6, 2024
1 parent 5331e71 commit 9b19657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ namespace Refit
public bool Buffered { get; set; }
public Refit.CollectionFormat CollectionFormat { get; set; }
public Refit.IHttpContentSerializer ContentSerializer { get; set; }
public System.Func<System.Net.Http.HttpResponseMessage, System.Exception, System.Threading.Tasks.Task<System.Exception?>>? DeserializationExceptionFactory { get; set; }
public System.Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<System.Exception?>> ExceptionFactory { get; set; }
public Refit.IFormUrlEncodedParameterFormatter FormUrlEncodedParameterFormatter { get; set; }
public System.Func<System.Net.Http.HttpMessageHandler>? HttpMessageHandlerFactory { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ namespace Refit
public bool Buffered { get; set; }
public Refit.CollectionFormat CollectionFormat { get; set; }
public Refit.IHttpContentSerializer ContentSerializer { get; set; }
public System.Func<System.Net.Http.HttpResponseMessage, System.Exception, System.Threading.Tasks.Task<System.Exception?>>? DeserializationExceptionFactory { get; set; }
public System.Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<System.Exception?>> ExceptionFactory { get; set; }
public Refit.IFormUrlEncodedParameterFormatter FormUrlEncodedParameterFormatter { get; set; }
public System.Func<System.Net.Http.HttpMessageHandler>? HttpMessageHandlerFactory { get; set; }
Expand Down

0 comments on commit 9b19657

Please sign in to comment.