본문 바로가기

Basics/Networking

Structure: URLComponents

A structure that parses URLs into and constructs URLs from their constituent parts.

 

Declaration

struct URLComponents

 

Overview

This structure parses and constructs URLs according to RFC 3986. Its behavior differs subtly from that of the URL structure, which conforms to older RFCs. However, you can easily obtain a URL value based on the contents of a URLComponents value or vice versa.

 

developer.apple.com/documentation/foundation/urlcomponents

 

Apple Developer Documentation

 

developer.apple.com

 

'Basics > Networking' 카테고리의 다른 글

Structure: URL  (0) 2020.11.08
Preventing Insecure Network Connections  (0) 2020.11.07
What is URL?  (0) 2020.11.06
URLRequest  (0) 2020.10.16