Fix lint warning (#475)
This commit is contained in:
parent
de4125d030
commit
c99d35bc33
|
|
@ -11,7 +11,7 @@ groups:
|
||||||
is often, but not always, present as the [Content-Length](https://www.rfc-editor.org/rfc/rfc9110.html#field.content-length)
|
is often, but not always, present as the [Content-Length](https://www.rfc-editor.org/rfc/rfc9110.html#field.content-length)
|
||||||
header. For requests using transport encoding, this should be the compressed size.
|
header. For requests using transport encoding, this should be the compressed size.
|
||||||
examples: 3495
|
examples: 3495
|
||||||
stability: experimental # this should not be marked stable with other HTTP attributes
|
stability: experimental # this should not be marked stable with other HTTP attributes
|
||||||
- id: request.header
|
- id: request.header
|
||||||
type: template[string[]]
|
type: template[string[]]
|
||||||
brief: >
|
brief: >
|
||||||
|
|
@ -98,7 +98,7 @@ groups:
|
||||||
is often, but not always, present as the [Content-Length](https://www.rfc-editor.org/rfc/rfc9110.html#field.content-length)
|
is often, but not always, present as the [Content-Length](https://www.rfc-editor.org/rfc/rfc9110.html#field.content-length)
|
||||||
header. For requests using transport encoding, this should be the compressed size.
|
header. For requests using transport encoding, this should be the compressed size.
|
||||||
examples: 3495
|
examples: 3495
|
||||||
stability: experimental # this should not be marked stable with other HTTP attributes
|
stability: experimental # this should not be marked stable with other HTTP attributes
|
||||||
- id: response.header
|
- id: response.header
|
||||||
type: template[string[]]
|
type: template[string[]]
|
||||||
brief: >
|
brief: >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue