mirror of
https://github.com/nanomq/nanomq.git
synced 2025-05-04 03:06:43 +00:00
* MDF [version] advance ver number
Signed-off-by: jaylin <jaylin@emqx.io>
This commit is contained in:
parent
899fd73005
commit
f9ba03975e
@ -29,8 +29,7 @@ webhook = {
|
||||
- `headers.content-type`: Content type of the HTTP request included in the headers. For example, "application/json" means HTTP request's body will be formatted as a JSON object.
|
||||
- `body.encoding`: Encoding format of the payload field in the HTTP body. This field only appears in the `on_message_publish` and `on_message_delivered` events. The value can be `plain`, `base64`, or `base62`.
|
||||
- `pool_size`: The connection process pool size. This determines the number of concurrent connections that webhooks can maintain with the endpoint specified in the `url`. Default: 32
|
||||
- `cancel_timeout`: The HTTP connection waits `cancel_timeout` for reomte reply.
|
||||
5 seconds by default. Exceed this settiong will result in Request canceled.
|
||||
- `cancel_timeout`: The HTTP connection waits `cancel_timeout` for reomte reply. 5 seconds by default. Exceed this settiong will result in Request canceled.
|
||||
- `events`: An array of event objects. Each object specifies an event that can trigger a webhook:
|
||||
- `event`: Specify the type of the event that will trigger a webhook. The following events are supported:
|
||||
- `on_client_connack`
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define NANO_VER_MAJOR 0
|
||||
#define NANO_VER_MINOR 23
|
||||
#define NANO_VER_PATCH 6
|
||||
#define NANO_VER_ID_SHORT "7"
|
||||
#define NANO_VER_ID_SHORT "8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user