diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_deposit.h')
-rw-r--r-- | src/mint/taler-mint-httpd_deposit.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_deposit.h b/src/mint/taler-mint-httpd_deposit.h index dd7b8c133..c6d628050 100644 --- a/src/mint/taler-mint-httpd_deposit.h +++ b/src/mint/taler-mint-httpd_deposit.h | |||
@@ -29,7 +29,13 @@ | |||
29 | 29 | ||
30 | 30 | ||
31 | /** | 31 | /** |
32 | * Handle a "/deposit" request | 32 | * Handle a "/deposit" request. Parses the JSON in the post to find |
33 | * the "type" (either DIRECT_DEPOSIT or INCREMENTAL_DEPOSIT), and, if | ||
34 | * successful, passes the JSON data to | ||
35 | * #parse_and_handle_deposit_request() to further check the details | ||
36 | * of the operation specified in the "wire" field of the JSON data. | ||
37 | * If everything checks out, this will ultimately lead to the | ||
38 | * "/deposit" being executed, or rejected. | ||
33 | * | 39 | * |
34 | * @param rh context of the handler | 40 | * @param rh context of the handler |
35 | * @param connection the MHD connection to handle | 41 | * @param connection the MHD connection to handle |