update nav

This commit is contained in:
zachary62
2025-04-04 14:20:15 -04:00
parent 93df0fecc2
commit 581aa6b08f
18 changed files with 126 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
---
layout: default
title: "Hook System"
parent: "Requests"
nav_order: 8
---
# Chapter 8: The Hook System - Setting Up Checkpoints
In [Chapter 7: Transport Adapters](07_transport_adapters.md), we saw how to customize the low-level details of *how* requests are sent and connections are managed, like setting custom retry strategies. Transport Adapters give you control over the delivery mechanism itself.