Query param builder

[io/http/utils/Query param builder]


Builds a single query param specified by a param name and a param value. Example:


Keywords: query string, param, GET, request

Input ports

  • name: string

    Receives the name of the query parameter.

  • value: string

    Receives the value of the query parameter.

Output ports

  • param: string

    Sends the serialized query parameter.

Last updated