@@ -242,15 +242,17 @@ Fields without `_REV` suffix are fields from source flow. Fields with `_REV` are
242242### HTTP
243243List of unirec fields exported together with basic flow fields on interface by HTTP plugin.
244244
245- | Output field | Type | Description |
246- | :----------------------------:| :------:| :---------------------------:|
247- | HTTP_REQUEST_METHOD | string | HTTP request method |
248- | HTTP_REQUEST_HOST | string | HTTP request host |
249- | HTTP_REQUEST_URL | string | HTTP request url |
250- | HTTP_REQUEST_AGENT | string | HTTP request user agent |
251- | HTTP_REQUEST_REFERER | string | HTTP request referer |
252- | HTTP_RESPONSE_STATUS_CODE | uint16 | HTTP response code |
253- | HTTP_RESPONSE_CONTENT_TYPE | string | HTTP response content type |
245+ | Output field | Type | Description |
246+ | :------------------------------:| :------:| :-----------------------------------------------------------:|
247+ | HTTP_REQUEST_METHOD | string | HTTP request method |
248+ | HTTP_REQUEST_HOST | string | HTTP request host |
249+ | HTTP_REQUEST_URL | string | HTTP request url |
250+ | HTTP_REQUEST_AGENT | string | HTTP request user agent |
251+ | HTTP_REQUEST_REFERER | string | HTTP request referer |
252+ | HTTP_RESPONSE_STATUS_CODE | uint16 | HTTP response code |
253+ | HTTP_RESPONSE_CONTENT_TYPE | string | HTTP response content type |
254+ | HTTP_RESPONSE_SERVER | string | HTTP response server |
255+ | HTTP_RESPONSE_SET_COOKIE_NAMES | string | HTTP response all set-cookie names separated by a delimiter |
254256
255257### RTSP
256258List of unirec fields exported together with basic flow fields on interface by RTSP plugin.
0 commit comments