Commit Graph
4 Commits
Author SHA1 Message Date
Felix BoersandPhil Proctor 6495891a07 Support placeholder in service fabric services names (#722) 2019-01-11 08:54:54 -05:00
Felix BoersandTom Pallister fa09e4cf7a Support adding custom plaintext headers to downstream requests (#314) 2018-04-14 06:41:12 +01:00
Felix BoersandTom Pallister 0c380239a9 Override ToString() in DownstreamRequest (#301)
When executing the downstreamUrlCreatorMittleware the downstream request
url shoud be written to the log. But instead of the url the type name
gets written because the ToString() method wasn't overriden.

Now ToString() internally calls the ToUri() method in order to provide
the url instead of the type name.
2018-04-05 19:07:45 +01:00
Felix BoersandTom Pallister ff3e7c6665 Log downstream templates in DownstreamRouteFinderMiddleware (#302)
Concatenate all downstream templates separated by , (colon) in order to write
them to the log.
2018-04-05 19:07:23 +01:00