Ballerina Central will undergo scheduled maintenance on Wednesday, August 06, from 00:30 AM to 01:30 AM UTC. During this time, Ballerina Central login and sign up will be temporarily disabled. We appreciate your patience as we work to improve your experience. For more information, reach out to contact@ballerina.io

Module url

ballerina/url Ballerina library

2.6.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

Other versions

See more...

Metadata

Released date: 5 months ago

Version: 2.6.0

License: Apache-2.0


Compatibility

Platform: java21

Ballerina version: 2201.12.0

GraalVM compatible: Yes


Pull count

Total: 730199

Current verison: 5714


Weekly downloads


Source repository


Keywords

url encoding

url decoding


Contributors