mirror of https://gitee.com/bigwinds/arangodb
updated manual for HTTP general
This commit is contained in:
parent
0b4040265f
commit
f29be3e3d0
|
@ -21,6 +21,11 @@ an HTTP 505 (HTTP version not supported) error.
|
|||
ArangoDB will always respond to client requests with HTTP 1.1. Clients
|
||||
should therefore support HTTP version 1.1.
|
||||
|
||||
Clients are required to include the *Content-Length* HTTP header with the
|
||||
correct content length in every request that can have a body (e.g. *POST*,
|
||||
*PUT* or *PATCH*) request. ArangoDB will not process requests without a
|
||||
*Content-Length* header.
|
||||
|
||||
!SECTION Blocking vs. Non-blocking Requests
|
||||
|
||||
ArangoDB supports both blocking and non-blocking requests.
|
||||
|
@ -228,4 +233,4 @@ just let certain types of requests (e.g. GET and POST) pass through.
|
|||
Enabling this option may impose a security risk, so it should only be used in very
|
||||
controlled environments. Thus the default value for this option is *false* (no method
|
||||
overriding allowed). You need to enable it explicitly if you want to use this
|
||||
feature.
|
||||
feature.
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
Following you have ArangoDB's Http Interface for Documents, Databases, Edges and more.
|
||||
|
||||
Also you have some examples for every API action.
|
||||
There are also some examples provided for every API action.
|
||||
|
|
Loading…
Reference in New Issue