- F - Front
- B - Back
- D - Bottom
- U - Top
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use std::{error::Error, fmt::Display, task::Poll, time::Duration}; | |
use futures::Future; | |
use pin_project::pin_project; | |
use tokio::time::{sleep, Sleep}; | |
use tower::{BoxError, Layer, Service}; | |
use tracing::{instrument, warn}; | |
use crate::gateway::GatewayRequest; |
varnishlog -g request -q "Backend ~ 'api_nhl'"
Client and backend
varnishlog -g request -q "ReqHeader ~ 'sportsnet.ca'"