[PR #1110] [MERGED] feat(docs): custom HTTP routes and middleware #1243

Closed
opened 2026-02-15 20:14:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1110
Author: @dqbd
Created: 4/16/2025
Status: Merged
Merged: 4/16/2025
Merged by: @dqbd

Base: mainHead: dqbd/custom-http-routes


📝 Commits (6)

📊 Changes

4 files changed (+153 additions, -0 deletions)

View changed files

docs/docs/how-tos/http/custom_middleware.md (+73 -0)
docs/docs/how-tos/http/custom_routes.md (+71 -0)
📝 docs/docs/how-tos/index.md (+5 -0)
📝 docs/mkdocs.yml (+4 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1110 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 4/16/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/custom-http-routes` --- ### 📝 Commits (6) - [`7d533c1`](https://github.com/langchain-ai/langgraphjs/commit/7d533c12bc2474e2cf7b31f02621640f25704e16) feat(docs): custom HTTP routes and middleware - [`f38d569`](https://github.com/langchain-ai/langgraphjs/commit/f38d569e6d20bf9849ec3c5377652fbb2fc806c2) Add `hono` installation guide - [`62b9a98`](https://github.com/langchain-ai/langgraphjs/commit/62b9a98bdcfc59524d740812369b53fbc69055b9) Add warning - [`63ec986`](https://github.com/langchain-ai/langgraphjs/commit/63ec9861a623b8d99040639d988117104442b3f0) Add to index, mkdocs.yml - [`b4eaddb`](https://github.com/langchain-ai/langgraphjs/commit/b4eaddb22adcf40d22f77d1ba38b73b0b3480f46) Expand warning by default - [`f1ce1ea`](https://github.com/langchain-ai/langgraphjs/commit/f1ce1eaf66feaf2efcbabc8171163d044b2c8520) retrigger checks ### 📊 Changes **4 files changed** (+153 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/docs/how-tos/http/custom_middleware.md` (+73 -0) ➕ `docs/docs/how-tos/http/custom_routes.md` (+71 -0) 📝 `docs/docs/how-tos/index.md` (+5 -0) 📝 `docs/mkdocs.yml` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:14:56 -05:00
yindo closed this issue 2026-02-15 20:14:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1243