모듈:Jsonschema/net.url: 편집 역사

둘러보기로 이동 검색으로 이동

차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

2023년 7월 27일 (목)

  • 최신이전 11:182023년 7월 27일 (목) 11:18>BANIP 13,444 바이트 +13,444 새 문서: -- net/url.lua - a robust url parser and builder -- -- Bertrand Mansion, 2011-2021; License MIT -- @module net.url -- @alias M local M = {} M.version = "1.1.0" --- url options -- - `separator` is set to `&` by default but could be anything like `&` or `;` -- - `cumulative_parameters` is false by default. If true, query parameters with the same name will be stored in a table. -- - `legal_in_path` is a table of characters that will not be url encoded in path components -...