set_body
The set_body
method sets the body of the HTTP request.
Syntax
set_body( body )
Arguments
Argument | Description |
---|---|
body
|
(string or nil) The body of the HTTP request. |