File: http_status.yml

package info (click to toggle)
cloudkitty 23.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,528 kB
  • sloc: python: 21,803; sh: 528; makefile: 226; pascal: 54
file content (26 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
200:
  default: Request was successful.

201:
  default: Resource was successfully created.

202:
  default: Request has been accepted for asynchronous processing.

204:
  default: Request was successful even though no content is to be returned.

400:
  default: Invalid request.

401:
  default: Unauthenticated user.

403:
  default: Forbidden operation for the authentified user.

404:
  default: Not found.

405:
  default: The method is not allowed for the requested URL.