mirror of
https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge.git
synced 2026-08-29 08:34:31 +08:00
update nav
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
title: "Request & Response Models"
|
||||
parent: "Requests"
|
||||
nav_order: 2
|
||||
---
|
||||
|
||||
# Chapter 2: What Happens When You Order? Request & Response Models
|
||||
|
||||
In [Chapter 1: The Simplest Way - The Functional API](01_functional_api.md), we saw how easy it is to fetch a webpage or send data using simple functions like `requests.get()` and `requests.post()`. We also noticed that these functions return something called a `Response` object.
|
||||
|
||||
Reference in New Issue
Block a user