Method Protocols.OBEX.Client()->do_put()
- Method
do_put
array(int|Headers) do_put(string|Stdio.Streamdata,Headers|voidextra_headers)- Description
Perform a REQ_PUT request.
- Parameter
data Body data to send, or a stream to read the data from
- Parameter
extra_headers Any additional headers to send (HI_LENGTH and HI_BODY are generated by this function)
- See also