Skip to content

Commit 5eef1fe

Browse files
JakubMagdahynekkar
authored andcommitted
Add new HTTP fields to README.md
1 parent cdf3cfd commit 5eef1fe

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,17 @@ Fields without `_REV` suffix are fields from source flow. Fields with `_REV` are
242242
### HTTP
243243
List 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
256258
List of unirec fields exported together with basic flow fields on interface by RTSP plugin.

0 commit comments

Comments
 (0)