Home
last modified time | relevance | path

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

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dhttp.c96 #define HTTP_MOVED_PERM 301 macro
105 #define HTTP_REDIRECT(xyz) ((xyz) == HTTP_MOVED_PERM \
953 case HTTP_MOVED_PERM: in _http_request()