Initial support for sync
Only sends the sync, does not do anything with the response yet. Handling the response will be implemented in the next several commits, piece by piece. FossilOrigin-Name: 17e299f073f39e55dfe0b8a4bd1b34c8529400138d147df5a7229336df6ba04f
This commit is contained in:
parent
0893233697
commit
f651e6194c
15 changed files with 142 additions and 13 deletions
|
@ -70,6 +70,11 @@ typedef void (^mtx_request_block_t)(mtx_response_t _Nullable response,
|
|||
*/
|
||||
@property (copy, nonatomic) OFString *path;
|
||||
|
||||
/**
|
||||
* @brief The query for the request.
|
||||
*/
|
||||
@property (copy, nullable, nonatomic) OFString *query;
|
||||
|
||||
/**
|
||||
* @brief An optional body to send along with the request.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue