Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contents of http module spec #2279

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The conforming implementation of the specification is released and included in t
* 2.2.4. [Service class declaration](#224-service-class-declaration)
* 2.2.5. [Service constructor expression](#225-service-constructor-expression)
* 2.2.6. [Service contract type](#226-service-contract-type)
* 2.2.7. [Relaxed data binding](#227-relaxed-data-binding)
* 2.3. [Resource](#23-resource)
* 2.3.1. [Accessor](#231-accessor)
* 2.3.2. [Resource-name](#232-resource-name)
Expand Down Expand Up @@ -59,6 +60,7 @@ The conforming implementation of the specification is released and included in t
* 2.4.1.7. [Load balance](#2417-load-balance)
* 2.4.1.8. [Failover](#2418-failover)
* 2.4.1.9. [Status code binding client](#2419-status-code-binding-client)
* 2.4.1.10. [Relaxed data binding client](#24110-relaxed-data-binding-client)
* 2.4.2. [Client actions](#242-client-action)
* 2.4.2.1. [Entity body methods](#2421-entity-body-methods)
* 2.4.2.2. [Non entity body methods](#2422-non-entity-body-methods)
Expand Down
Loading