From e76bb9678773a4cd77b64fdfbc9e62b7fe0b1629 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 28 Nov 2016 14:43:29 -0500 Subject: [PATCH] Add link to response detail section (#1434) --- docs/request.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/request.md b/docs/request.md index 173233c1..cbda6b9c 100644 --- a/docs/request.md +++ b/docs/request.md @@ -10,6 +10,7 @@ - [Monitoring progress](#monitoring-progress) - [Casting response to a type](#casting-response-to-a-type) - [Non-JSON responses](#non-json-responses) +- [Retrieving response details](#retrieving-response-details) - [Why JSON instead of HTML](#why-json-instead-of-html) - [Why XMLHttpRequest instead of fetch](#why-xmlhttprequest-instead-of-fetch)