ESP-IDF
http_errno
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
http_errno
http_errno enum
Syntax
Show:
Summary
Declaration
from
http_parser.h:212
enum
http_errno
{
HTTP_ERRNO_MAP
(
HTTP_ERRNO_GEN
)
}
;
Values
Value
Declared as
http_errno::HPE_OK
HTTP_ERRNO_GEN
HPE_CB_message_begin
HTTP_ERRNO_GEN
HPE_CB_url
HTTP_ERRNO_GEN
HPE_CB_header_field
HTTP_ERRNO_GEN
HPE_CB_header_value
HTTP_ERRNO_GEN
http_errno::HPE_CB_headers_complete
HTTP_ERRNO_GEN
HPE_CB_body
HTTP_ERRNO_GEN
HPE_CB_message_complete
HTTP_ERRNO_GEN
HPE_CB_status
HTTP_ERRNO_GEN
HPE_CB_chunk_header
HTTP_ERRNO_GEN
HPE_CB_chunk_complete
HTTP_ERRNO_GEN
http_errno::HPE_INVALID_EOF_STATE
HTTP_ERRNO_GEN
http_errno::HPE_HEADER_OVERFLOW
HTTP_ERRNO_GEN
http_errno::HPE_CLOSED_CONNECTION
HTTP_ERRNO_GEN
http_errno::HPE_INVALID_VERSION
HTTP_ERRNO_GEN
http_errno::HPE_INVALID_STATUS
HTTP_ERRNO_GEN
http_errno::HPE_INVALID_METHOD
HTTP_ERRNO_GEN
http_errno::HPE_INVALID_URL
HTTP_ERRNO_GEN
HPE_INVALID_HOST
HTTP_ERRNO_GEN
HPE_INVALID_PORT
HTTP_ERRNO_GEN
HPE_INVALID_PATH
HTTP_ERRNO_GEN
HPE_INVALID_QUERY_STRING
HTTP_ERRNO_GEN
HPE_INVALID_FRAGMENT
HTTP_ERRNO_GEN
http_errno::HPE_LF_EXPECTED
HTTP_ERRNO_GEN
http_errno::HPE_INVALID_HEADER_TOKEN
HTTP_ERRNO_GEN
http_errno::HPE_INVALID_CONTENT_LENGTH
HTTP_ERRNO_GEN
http_errno::HPE_UNEXPECTED_CONTENT_LENGTH
HTTP_ERRNO_GEN
http_errno::HPE_INVALID_CHUNK_SIZE
HTTP_ERRNO_GEN
http_errno::HPE_INVALID_CONSTANT
HTTP_ERRNO_GEN
http_errno::HPE_INVALID_INTERNAL_STATE
HTTP_ERRNO_GEN
http_errno::HPE_STRICT
HTTP_ERRNO_GEN
http_errno::HPE_PAUSED
HTTP_ERRNO_GEN
http_errno::HPE_UNKNOWN
HTTP_ERRNO_GEN
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out