Module url

ballerina/url Ballerina library

2.1.0

Overview

This module provides the URL encoding/decoding functions.

URL encoding stands for encoding certain characters in a URL by replacing them with one or more character triplets that consist of the percent character % followed by two hexadecimal digits. The two hexadecimal digits of the triplet(s) represent the numeric value of the replaced character.

The Ballerina url module facilitates APIs to encode and decode a URL or part of a URL.

Import

import ballerina/url;Copy

Metadata

Released date: over 2 years ago

Version: 2.1.0

License: Apache-2.0


Compatibility

Platform: java11

Ballerina version: slbeta6

GraalVM compatible: Yes


Pull count

Total: 475521

Current verison: 6200


Weekly downloads


Source repository


Keywords

url encoding

url decoding


Contributors

Other versions

See more...