• v1.4.0 bcd8bc72b0

    Support building URLs with non-http schemes. (#260)

    zev released this 2017-05-21 04:50:13 +00:00

    • Move misplaced tests and fix comments.

    • Support building URLs with non-http schemes.

    • Capture first scheme configured for a route for use when building
      URLs.
    • Add new Route.URLScheme method similar to URLHost and URLPath.
    • Update Route.URLHost and Route.URL to use the captured scheme if
      present.
    • Remove Route.URLScheme method.

    • Remove UTF-8 BOM.

    Downloads