diff options
author | cheoleun moon <chleun.moon@samsung.com> | 2024-07-05 10:46:20 +0900 |
---|---|---|
committer | cheoleun moon <chleun.moon@samsung.com> | 2024-07-05 11:10:57 +0900 |
commit | 77743a890c14fabe5e25cac29757bd53f17ae01a (patch) | |
tree | e58247b50e148dcf008eaf2e2c6ae40a56f3453e | |
parent | 71f0dd41c5809b8bd29029eaf85460c3911f23a7 (diff) | |
download | http-tizen_8.0.tar.gz http-tizen_8.0.tar.bz2 http-tizen_8.0.zip |
Fix API referencetizen_8.0
Change-Id: I3ce00d7f8a8097d3810ce65be20b87433044ef03
-rw-r--r-- | include/http.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/http.h b/include/http.h index 1c15047..c57ee3a 100644 --- a/include/http.h +++ b/include/http.h @@ -796,7 +796,7 @@ int http_transaction_get_tcp_fastopen(http_transaction_h http_transaction, bool /** * @brief Adds a named field to header. - * @details Adds a named field, which is a <@c fieldName, @c fieldValue> pair, to the current instance of HTTP Transaction. + * @details Adds a named field, which is a <@a field_name, @a field_value> pair, to the current instance of HTTP Transaction. * @since_tizen 3.0 * @param[in] http_transaction The HTTP transaction handle * @param[in] field_name The HTTP Header Field name @@ -813,7 +813,7 @@ int http_transaction_header_add_field(http_transaction_h http_transaction, const /** * @brief Removes the named field from header. - * @details Remove the named field, which is a <@c fieldName, @c fieldValue> pair, from the current instance of HTTP Transaction. + * @details Remove the named field with @a field_name, from the current instance of HTTP Transaction. * @since_tizen 3.0 * @param[in] http_transaction The HTTP transaction handle * @param[in] field_name The HTTP Header Field name |