> For the complete documentation index, see [llms.txt](https://valineliu.gitbook.io/deuterium-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://valineliu.gitbook.io/deuterium-wiki/reading/cs-jing-dian-shu-ji/http/ch10-http-ng.md).

# ch10: HTTP-NG

![10.HTTP-NG](https://tva1.sinaimg.cn/large/007S8ZIlly1ggi8bgin8rj30ys0sqtap.jpg)

## 1. Modularize and Enhance

![](https://tva1.sinaimg.cn/large/007S8ZIlly1ggigwz4kucj31as0eq41r.jpg)

### 1.1 Messaging

The message transport layer is concerned with the efficient delivery of messages, independent of the meaning and purpose of the messages.

### 1.2 Remote Invocation

The middle layer of the HTTP-NG architecture supports remote method invocation.

The HTTP-NG team proposed the Binary Wire Protocol for this layer.

### 1.3 Web Application

The web application layer is where the semantics and application-specific logic are performed.

## 2. WebMUX

WebMUX is a sophisticated, high-performance message system, where messages can be transported in parallel across a multiplexed TCP connection.

![](https://tva1.sinaimg.cn/large/007S8ZIlly1ggih4zo1tnj31am0fkadj.jpg)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://valineliu.gitbook.io/deuterium-wiki/reading/cs-jing-dian-shu-ji/http/ch10-http-ng.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.
