Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dhttp.c103 #define HTTP_MOVED_PERM 301 macro
115 #define HTTP_REDIRECT(xyz) ((xyz) == HTTP_MOVED_PERM \
1804 case HTTP_MOVED_PERM: in http_request_body()
1890 conn->err != HTTP_MOVED_PERM && in http_request_body()