Class FUN_HTTPPut

  • All Implemented Interfaces:
    Function

    public final class FUN_HTTPPut
    extends FUN_HTTPBase
    Binding function fun:HTTPPut operates a HTTP Put operation.
    • Param 1: (a URL) the IRI of the target resource;
    • Param 2: (string): additional HTTP headers for the request.
    • Param 3: (string): body of the request.
    Returns the full HTTP response as a literal
    Author:
    Omar Qawasmeh, Maxime Lefrançois