1
0
Fork 0
arangodb/lib/Rest
Jan Steemann 100e514841 issue #798: Lower case http headers from arango
This change allows returning capitalized HTTP headers, e.g.
`Content-Length` instead of `content-length`.
The HTTP spec says that headers are case-insensitive, but
in fact several clients rely on a specific case in response
headers.
This change will capitalize HTTP headers if the `X-Arango-Version`
request header is sent by the client and contains a value of at
least `20100` (for version 2.1). The default value for the
compatibility can also be set at server start, using the
`--server.default-api-compatibility` option.
2014-04-03 13:24:59 +02:00
..
AnyServer.cpp
AnyServer.h
AsyncJobServer.h
ConnectionInfo.h
Endpoint.cpp Fix socket closing under Windows. 2014-03-04 11:23:11 +01:00
Endpoint.h
EndpointIp.cpp Under Windows, do only SO_EXCLUSIVEADDRUSE. 2014-03-04 10:57:46 +01:00
EndpointIp.h
EndpointIpV4.cpp
EndpointIpV4.h
EndpointIpV6.cpp
EndpointIpV6.h
EndpointList.cpp
EndpointList.h
EndpointUnixDomain.cpp
EndpointUnixDomain.h
Handler.cpp
Handler.h silence compiler 2014-03-13 20:09:43 +01:00
HttpRequest.cpp issue #798: Lower case http headers from arango 2014-04-03 13:24:59 +02:00
HttpRequest.h issue #798: Lower case http headers from arango 2014-04-03 13:24:59 +02:00
HttpResponse.cpp issue #798: Lower case http headers from arango 2014-04-03 13:24:59 +02:00
HttpResponse.h issue #798: Lower case http headers from arango 2014-04-03 13:24:59 +02:00
InitialiseRest.cpp
InitialiseRest.h
MaintenanceCallback.h
OperationMode.h
RequestContext.h
RequestUser.h
SslInterface.cpp
SslInterface.h
Url.cpp
Url.h
Version.cpp report sizeof void* 2014-03-11 09:03:32 +01:00
Version.h