1
0
Fork 0
arangodb/lib/Rest
Jan Steemann 5a3f2aaa49 improved job API
* added REST API method HTTP GET `/_api/job/job-id` to query the status of an
  async job without potentially fetching it from the list of done jobs

* fixed non-intuitive behaviour in jobs API: previously, querying the status
  of an async job via the API HTTP PUT `/_api/job/job-id` removed a currently
  executing async job from the list of queryable jobs on the server.
  Now, when querying the result of an async job that is still executing,
  the job is kept in the list of queryable jobs so its result can be fetched
  by a subsequent request.
2014-03-21 21:19:45 +01: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 stop if upgrade is needed 2014-03-01 16:14:29 +01:00
HttpRequest.h stop if upgrade is needed 2014-03-01 16:14:29 +01:00
HttpResponse.cpp improved job API 2014-03-21 21:19:45 +01:00
HttpResponse.h improved job API 2014-03-21 21:19:45 +01: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