Azure SDK for Embedded C
1.0.0
sdk
inc
azure
core
az_config.h
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// SPDX-License-Identifier: MIT
3
18
#ifndef _az_CONFIG_H
19
#define _az_CONFIG_H
20
21
#include <azure/core/_az_cfg_prefix.h>
22
23
enum
24
{
26
AZ_HTTP_REQUEST_URL_BUFFER_SIZE
= 2 * 1024,
27
29
AZ_HTTP_REQUEST_BODY_BUFFER_SIZE
= 1024,
30
32
AZ_LOG_MESSAGE_BUFFER_SIZE
= 1024,
33
};
34
35
#include <azure/core/_az_cfg_suffix.h>
36
37
#endif // _az_CONFIG_H
AZ_LOG_MESSAGE_BUFFER_SIZE
@ AZ_LOG_MESSAGE_BUFFER_SIZE
The maximum buffer size for a log message.
Definition:
az_config.h:32
AZ_HTTP_REQUEST_URL_BUFFER_SIZE
@ AZ_HTTP_REQUEST_URL_BUFFER_SIZE
The maximum buffer size for a URL.
Definition:
az_config.h:26
AZ_HTTP_REQUEST_BODY_BUFFER_SIZE
@ AZ_HTTP_REQUEST_BODY_BUFFER_SIZE
The maximum buffer size for an HTTP request body.
Definition:
az_config.h:29
Generated by
1.8.20