forward

Function forward 

Source
pub async fn forward(
    __arg0: State<Arc<AppState>>,
    headers: HeaderMap,
    __arg2: Json<HistoryReq>,
) -> (StatusCode, Json<ApiResponse<AckData>>)
Expand description

POST /agentmux/browser/forward — walk the pane’s history one step forward. See back for the target-cache rationale.