Changeset 187 for draft-ietf-httpbis/latest/p1-messaging.html
- Timestamp:
- 02/02/08 16:47:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r186 r187 931 931 CHAR = %x00-7F 932 932 ; any US-ASCII character 933 ALPHA = %x41-5A /%x61-7A934 ; A-Z /a-z933 ALPHA = %x41-5A | %x61-7A 934 ; A-Z | a-z 935 935 DIGIT = %x30-39 936 936 ; any US-ASCII digit "0".."9"
Note: See TracChangeset
for help on using the changeset viewer.