Class RESTClientSettings
- Namespace
- Glitch9.IO.Networking.RESTApi
Added 2025.04.15 to handle more setting properties for the RESTClient. This class is used to configure the RESTClient settings.
public class RESTClientSettings
- Inheritance
-
RESTClientSettings
- Derived
- Inherited Members
- Extension Methods
Properties
AllowBodyWithDELETE
public bool AllowBodyWithDELETE { get; set; }
Property Value
JsonSettings
public JsonSerializerSettings JsonSettings { get; set; }
Property Value
- JsonSerializerSettings
Logger
public RESTLogger Logger { get; set; }
Property Value
SSEParser
public SSEParser SSEParser { get; set; }
Property Value
Timeout
public TimeSpan Timeout { get; set; }