Module url

ballerina/url Ballerina library

1.1.0-beta.1

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: almost 3 years ago

Version: 1.1.0-beta.1


Compatibility

Platform: java11

Ballerina version: slbeta1

GraalVM compatible: Yes


Pull count

Total: 475759

Current verison: 4483


Weekly downloads


Other versions

See more...