Home
last modified time | relevance | path

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

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/
H A Dstatus_code.h47 AWS_HTTP_STATUS_CODE_405_METHOD_NOT_ALLOWED = 405, enumerator
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dhttp.c387 case AWS_HTTP_STATUS_CODE_405_METHOD_NOT_ALLOWED: in aws_http_status_text()