Skip to content
#

urls

Here are 126 public repositories matching this topic...

honzajavorek
honzajavorek commented Nov 7, 2019

Is your feature request related to a problem? Please describe.
I'm building a website where local anchors are an important part of the content navigation. I need to automatically check whether they're broken or not.

Describe the solution you'd like
I'd like the checker to validate whether my <a href="#foo"> or <a href="http://example.com/#foo"> links lead to a page where an actual

dmajda
dmajda commented Sep 21, 2018

We are using YARL with mqtt: and mqtts: URLs, for which default ports are not substituted. This means we have to do the substitution manually in our code. This is fragile and easy to forget.

One possibility is to just add substitutions for these schemes (and possibly other common schemes) to YARL directly. This would be straightforward, but I can imagine it could also be a maintenance heada

Improve this page

Add a description, image, and links to the urls topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the urls topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.