Home
last modified time | relevance | path

Searched refs:HTTP_MOVED_PERM (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/lib/libfetch/
H A Dhttp.c105 #define HTTP_MOVED_PERM 301 macro
117 #define HTTP_REDIRECT(xyz) ((xyz) == HTTP_MOVED_PERM \
1808 case HTTP_MOVED_PERM: in http_request_body()
1894 conn->err != HTTP_MOVED_PERM && in http_request_body()