Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Minor docs update in urlfetch.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmosx committed Jul 25, 2010
1 parent 5c39fb6 commit e468fe8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/google/appengine/api/urlfetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ var HTTP_METHODS = {
* - statusCode
* - headers
*
* Please note that content is a ByteString, you may use content.decodeToString()
* to convert it to a String.
*
* @param {string} url The URL of the request.
* @param {ByteString=} payload The optional payload for POST/PUT requests.
* @returns {} The HTTP response.
Expand Down

0 comments on commit e468fe8

Please sign in to comment.