I need to send get request on server with query parameters, but query contains symbols + and spaces. How I can encode it to url code? Like symbol plus to %2B and spaces to %20.
Basic URLQueryItem don't have URL code argument and didn't work correctly (just send + like + without encode).