# PART03.路由树

- [3.01 路由树-Beego\&GIN\&Echo实现与设计总结](https://go.sai.show/part03.-lu-you-shu/3.01-lu-you-shu-beegoginecho-shi-xian-yu-she-ji-zong-jie.md)
- [3.02 路由树-全静态匹配](https://go.sai.show/part03.-lu-you-shu/3.02-lu-you-shu-quan-jing-tai-pi-pei.md)
- [3.03 路由树-TDD起步](https://go.sai.show/part03.-lu-you-shu/3.03-lu-you-shu-tdd-qi-bu.md)
- [3.04 路由树-静态匹配测试用例](https://go.sai.show/part03.-lu-you-shu/3.04-lu-you-shu-jing-tai-pi-pei-ce-shi-yong-li.md)
- [3.05 路由树-静态匹配之路由查找](https://go.sai.show/part03.-lu-you-shu/3.05-lu-you-shu-jing-tai-pi-pei-zhi-lu-you-cha-zhao.md)
- [3.06 路由树-静态匹配之集成Server](https://go.sai.show/part03.-lu-you-shu/3.06-lu-you-shu-jing-tai-pi-pei-zhi-ji-cheng-server.md)
- [3.07 路由树-通配符匹配之路由注册](https://go.sai.show/part03.-lu-you-shu/3.07-lu-you-shu-tong-pei-fu-pi-pei-zhi-lu-you-zhu-ce.md)
- [3.08 路由树-通配符匹配之路由查找与测试](https://go.sai.show/part03.-lu-you-shu/3.08-lu-you-shu-tong-pei-fu-pi-pei-zhi-lu-you-cha-zhao-yu-ce-shi.md)
- [3.09 路由树-参数路径之基本注册和查找](https://go.sai.show/part03.-lu-you-shu/3.09-lu-you-shu-can-shu-lu-jing-zhi-ji-ben-zhu-ce-he-cha-zhao.md)
- [3.10 路由树-参数路径之校验](https://go.sai.show/part03.-lu-you-shu/3.10-lu-you-shu-can-shu-lu-jing-zhi-jiao-yan.md)
- [3.11 路由树-参数路径之参数值](https://go.sai.show/part03.-lu-you-shu/3.11-lu-you-shu-can-shu-lu-jing-zhi-can-shu-zhi.md)
- [3.12 路由树-总结与面试要点](https://go.sai.show/part03.-lu-you-shu/3.12-lu-you-shu-zong-jie-yu-mian-shi-yao-dian.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://go.sai.show/part03.-lu-you-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
