Bug 1037339 - Update nsIHttpChannel.idl to reflect the changes of requestMethod property. r=hurley

This commit is contained in:
Rui You 2014-07-15 01:36:00 +02:00
parent 82332aa661
commit baac8bbde3

View File

@ -24,8 +24,8 @@ interface nsIHttpChannel : nsIChannel
*/
/**
* Set/get the HTTP request method (default is "GET"). Setter is case
* insensitive; getter returns an uppercase string.
* Set/get the HTTP request method (default is "GET"). Both setter and
* getter are case sensitive.
*
* This attribute may only be set before the channel is opened.
*