-
Updated
Mar 28, 2021 - TypeScript
routing
Here are 1,850 public repositories matching this topic...
-
Updated
Aug 11, 2021
-
Updated
Aug 10, 2021 - Objective-C
-
Updated
Aug 11, 2021
-
Updated
Aug 7, 2021 - C
-
Updated
Jul 27, 2021 - C++
-
Updated
Aug 2, 2021 - Go
I have defined this route using Fluro. exchange/:pair
There is a problem! I want :pair
to be optional. If client types https://host:port/exchange/BNB_BTC
everything goes fine. but assume the user is looking for https://host:port/exchange
and he confronts with 404 error cause there is no such route/path
.
I mean something like exchange/{:pair}
.
For example, contact:facebook or contact:instagram tags are ignored now. The full list is available here:
https://wiki.openstreetmap.org/wiki/Key:contact
If add some routes:
ip route 1.1.1.1/32 2.2.2.3 ip route 1.1.1.1/32 2.2.2.2 ip route 1.1.1.1/32 2.2.2.4
In config they sorted by gateway:
# do show running-config ... Current configuration: ! frr version 8.1-dev ... ip route 1.1.1.1/32 2.2.2.4 ip route 1.1.1.1/32 2.2.2.3 ip route 1.1.1.1/32 2.2.2.2
But when added ip route 1.1.1.1/32 2.2.2.1
, he will adde
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Jul 1, 2021 - TypeScript
-
Updated
Jul 18, 2021 - PHP
-
Updated
Aug 10, 2021 - PHP
Swagger feature docstring (and spec?) places tags on route-data root:
https://github.com/metosin/reitit/blob/master/modules/reitit-swagger/src/reitit/swagger.cljc#L55
Examples place tags key under swagger:
https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj#L30
Both seem to generate proper swagger.json, but first one fails spec validation. Why? Sp
Improve this page
Add a description, image, and links to the routing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the routing topic, visit your repo's landing page and select "manage topics."
Context and Description
The READMEs and any example code in all projects should be updated to reflect the move from the IBM-Swift organization to the Kitura organization.
If anyone wants to take on all or part of this, please comment here so other's know what you're working on and submit PR's. :-)
Thanks!