mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-13 17:33:02 +00:00
Added option to send additional headers for each request or for individual requests, added HttpMethod parameter position configuration to rest client
This commit is contained in:
@@ -16,16 +16,16 @@
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Where the parameters for a post request should be added
|
||||
/// Where the parameters for a HttpMethod should be added in a request
|
||||
/// </summary>
|
||||
public enum PostParameters
|
||||
public enum HttpMethodParameterPosition
|
||||
{
|
||||
/// <summary>
|
||||
/// Post parameters in body
|
||||
/// Parameters in body
|
||||
/// </summary>
|
||||
InBody,
|
||||
/// <summary>
|
||||
/// Post parameters in url
|
||||
/// Parameters in url
|
||||
/// </summary>
|
||||
InUri
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user