File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,35 +28,31 @@ The following table lists the types used to model containers and views:
2828|Type|Description
2929
3030|cpp:fields[]
31- |
32-
33- |cpp:fields_base[]
34- |
31+ |A modifiable container of header fields.
3532
3633|cpp:fields_view[]
37- |
38-
39- |cpp:fields_view_base[]
40- |
34+ |A read-only view to a cpp:fields[]
4135
42- |cpp:message_base[]
43- |
36+ |cpp:message[]
37+ |A modifiable container holding a start-line and header fields, with
38+ accompanying metadata.
4439
45- |cpp:message_view_base []
46- |
40+ |cpp:message_view []
41+ |A read-only view to a cpp:message[]
4742
4843|cpp:request[]
49- |
44+ |A modifiable container holding a request-line and header fields, with
45+ accompanying metadata.
5046
5147|cpp:request_view[]
52- |
48+ |A read-only view to a cpp:request[]
5349
5450|cpp:response[]
55- |
51+ |A modifiable container holding a status-line and header fields, with
52+ accompanying metadata.
5653
5754|cpp:response_view[]
58- |
55+ |A read-only view to a cpp:response[]
5956
6057|===
6158
62- image:ClassHierarchy.svg[Static,1000]
You can’t perform that action at this time.
0 commit comments