Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.
This repository was archived by the owner on Jul 11, 2018. It is now read-only.

Request: bztk_buildHttpQuery() #5

Description

@allejo
const char* bztk_buildHttpQuery(const std::map<std::string, std::string> &list);

Give it a string list and it'll return a const char* ready for submitting as POST data or appending to a GET request.

  • Join all of the values with &
  • URL encode all of the values

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions