File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 11---
22layout : doc
3- title : lib-http
3+ title : HTTP Client
44dovecotlinks :
5- lib_http : lib-http
65 lib_http_response_codes :
76 hash : internal-http-response-codes
87 text : " Dovecot HTTP Internal Response Codes"
98---
109
11- # lib-http
10+ # Dovecot HTTP Client
11+
12+ HTTP requests within Dovecot are performed using its internal HTTP client
13+ (internally referred to as "lib-http").
1214
1315## Internal HTTP Response Codes
1416
17+ Dovecot's lib-http uses custom HTTP response codes for some error
18+ conditions.
19+
20+ In certain locations, e.g. [[ link,lua_lib-http]] , these codes may be visible
21+ to an admin or in logging, so these response codes must be handled in the
22+ same way that standard RFC codes are.
23+
1524| Number | Code | Description |
1625| ------ | ---- | ----------- |
1726| 9000 | ABORTED | The request was aborted. |
You can’t perform that action at this time.
0 commit comments