mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 11:19:36 +02:00
--- Merging (from foreign repository) r44089 into '.':
U packages/fcl-web/src/base/fphttpserver.pp git-svn-id: branches/fixes_3_2@44227 -
This commit is contained in:
parent
2e864e6bb7
commit
6704b5fa9f
@ -282,6 +282,18 @@ begin
|
||||
415 : Result:='Unsupported Media Type';
|
||||
416 : Result:='Requested range not satisfiable';
|
||||
417 : Result:='Expectation Failed';
|
||||
418 : Result:='I''m a teapot';
|
||||
421 : Result:='Misdirected Request';
|
||||
422 : Result:='Unprocessable Entity';
|
||||
423 : Result:='Locked';
|
||||
424 : Result:='Failed Dependency';
|
||||
425 : Result:='Too Early';
|
||||
426 : Result:='Upgrade Required';
|
||||
428 : Result:='Precondition Required';
|
||||
429 : Result:='Too Many Requests';
|
||||
431 : Result:='Request Header Fields Too Large';
|
||||
451 : Result:='Unavailable For Legal Reasons';
|
||||
|
||||
500 : Result:='Internal Server Error';
|
||||
501 : Result:='Not Implemented';
|
||||
502 : Result:='Bad Gateway';
|
||||
|
Loading…
Reference in New Issue
Block a user