Values.NetworkHeaderSourceDetails about a network path component that occurs before or after the current component.
type nonrec t = {protocol : NonEmptyString.t option;The protocol used for the component. Length Constraints: Minimum of 1. Maximum of 16.
*)destination : NetworkPathComponentDetails.t option;Information about the destination of the component.
*)source : NetworkPathComponentDetails.t option;Information about the origin of the component.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of (string * [> `Integer of Integer.t ]) list ]
list ])
list ])
list ]