Skip to content

Commit

Permalink
Deprecated keys in SPEC (fixes #203)
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jan 18, 2014
1 parent a86b4f0 commit 55416cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SPEC
Expand Up @@ -64,15 +64,15 @@ corresponding values:
The HTTP request method, must be a lowercase keyword corresponding to a HTTP
request method, such as :get or :post.

:content-type
:content-type [DEPRECATED]
(Optional, String)
The MIME type of the request body, if known.

:content-length
:content-length [DEPRECATED]
(Optional, Integer)
The number of bytes in the request body, if known.

:character-encoding
:character-encoding [DEPRECATED]
(Optional, String)
The name of the character encoding used in the request body, if known.

Expand Down

1 comment on commit 55416cb

@qerub
Copy link
Contributor

@qerub qerub commented on 55416cb Feb 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record: #203 should be #103.

Please sign in to comment.