reload

Function reload 

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

POST /agentmux/browser/reload — reload the current page. ignore_cache (default false) maps to the CDP flag — true is the equivalent of Ctrl+F5 (bypass the http cache). The pane’s current URL is preserved, so no target-cache invalidation is needed.