Skip to content

Commit c611984

Browse files
authored
Merge pull request #3033 from httpwg/resumable-upload/headers-registry-sf
Define structured types for header fields
2 parents 79ea761 + 498f1c7 commit c611984

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

draft-ietf-httpbis-resumable-upload.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -794,14 +794,14 @@ Servers SHOULD provide mitigations for Slowloris attacks, such as increasing the
794794

795795
IANA is asked to register the following entries in the "Hypertext Transfer Protocol (HTTP) Field Name Registry":
796796

797-
|----------------------|-----------|-------------------------------------------|
798-
| Field Name | Status | Reference |
799-
|----------------------|-----------|-------------------------------------------|
800-
| Upload-Complete | permanent | {{upload-complete}} of this document |
801-
| Upload-Offset | permanent | {{upload-offset}} of this document |
802-
| Upload-Limit | permanent | {{upload-limit}} of this document |
803-
| Upload-Length | permanent | {{upload-length}} of this document |
804-
|----------------------|-----------|-------------------------------------------|
797+
|----------------------|-----------|-----------------|-------------------------------------------|
798+
| Field Name | Status | Structured Type | Reference |
799+
|----------------------|-----------|-----------------|-------------------------------------------|
800+
| Upload-Complete | permanent | Item | {{upload-complete}} of this document |
801+
| Upload-Offset | permanent | Item | {{upload-offset}} of this document |
802+
| Upload-Limit | permanent | Dictionary | {{upload-limit}} of this document |
803+
| Upload-Length | permanent | Item | {{upload-length}} of this document |
804+
|----------------------|-----------|-----------------|-------------------------------------------|
805805

806806
IANA is asked to register the following entry in the "HTTP Status Codes" registry:
807807

0 commit comments

Comments
 (0)