nmsg
0.9.0
|
base "linkpair" message type. More...
Go to the source code of this file.
Variables | |
struct nmsg_msgmod_field | linkpair_fields [] |
struct nmsg_msgmod_plugin | nmsg_msgmod_ctx |
base "linkpair" message type.
This message type is meant to carry information about links between webpages.
linkpair message fields.
Name | Type | Required | Repeated | Description |
type | enum Linktype | yes | no | Type of link pair. |
src | string | yes | no | URI of source page. |
dst | string | yes | no | URI of destination page. |
headers | multi-line string | no | no | HTTP response headers of destination page. |
enum Linktype values.
Name | Value | Description |
anchor | 0 | link created by an <A HREF> tag |
redirect | 1 | link created by an HTTP redirect |
Definition in file linkpair.c.
struct nmsg_msgmod_field linkpair_fields[] |
Definition at line 25 of file linkpair.c.
struct nmsg_msgmod_plugin nmsg_msgmod_ctx |
Definition at line 47 of file linkpair.c.