cpageler93 / RAML-Swift

A RAML parser based on YamlSwift written in Swift
MIT License
2 stars 0 forks source link

URL Parsing #4

Closed cpageler93 closed 7 years ago

cpageler93 commented 7 years ago

https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md/#base-uri-and-base-uri-parameters

When the base URI ends in one or more slashes (/), those trailing slashes are omitted in the absolute paths for the resources using that base URI. For example, in the following snippet, the absolute paths for the resources are http://api.test.com/common/users and http://api.test.com/common/users/groups.