libevent ~master (2016-11-30T02:50:57Z)
Home
Dub
Repo
evhttp_connection_set_retries
deimos
event2
http
Sets the retry limit for this connection - -1 repeats indefinitely
extern (
C
) nothrow
void
evhttp_connection_set_retries
(
evhttp_connection
*
evcon
,
int
retry_max
)
Meta
Source
See Implementation
deimos
event2
http
aliases
evbuffer
event_base
enums
evhttp_cmd_type
evhttp_request_kind
functions
evhttp_accept_socket
evhttp_accept_socket_with_handle
evhttp_add_header
evhttp_add_server_alias
evhttp_add_virtual_host
evhttp_bind_listener
evhttp_bind_socket
evhttp_bind_socket_with_handle
evhttp_bound_socket_get_fd
evhttp_bound_socket_get_listener
evhttp_cancel_request
evhttp_clear_headers
evhttp_connection_base_new
evhttp_connection_free
evhttp_connection_get_base
evhttp_connection_get_peer
evhttp_connection_set_closecb
evhttp_connection_set_local_address
evhttp_connection_set_local_port
evhttp_connection_set_max_body_size
evhttp_connection_set_max_headers_size
evhttp_connection_set_retries
evhttp_connection_set_timeout
evhttp_decode_uri
evhttp_del_accept_socket
evhttp_del_cb
evhttp_encode_uri
evhttp_find_header
evhttp_free
evhttp_htmlescape
evhttp_make_request
evhttp_new
evhttp_parse_query
evhttp_parse_query_str
evhttp_remove_header
evhttp_remove_server_alias
evhttp_remove_virtual_host
evhttp_request_free
evhttp_request_get_command
evhttp_request_get_connection
evhttp_request_get_evhttp_uri
evhttp_request_get_host
evhttp_request_get_input_buffer
evhttp_request_get_input_headers
evhttp_request_get_output_buffer
evhttp_request_get_output_headers
evhttp_request_get_response_code
evhttp_request_get_uri
evhttp_request_is_owned
evhttp_request_new
evhttp_request_own
evhttp_request_set_chunked_cb
evhttp_send_error
evhttp_send_reply
evhttp_send_reply_chunk
evhttp_send_reply_end
evhttp_send_reply_start
evhttp_set_allowed_methods
evhttp_set_cb
evhttp_set_gencb
evhttp_set_max_body_size
evhttp_set_max_headers_size
evhttp_set_timeout
evhttp_uri_free
evhttp_uri_get_fragment
evhttp_uri_get_host
evhttp_uri_get_path
evhttp_uri_get_port
evhttp_uri_get_query
evhttp_uri_get_scheme
evhttp_uri_get_userinfo
evhttp_uri_join
evhttp_uri_new
evhttp_uri_parse
evhttp_uri_parse_with_flags
evhttp_uri_set_flags
evhttp_uri_set_fragment
evhttp_uri_set_host
evhttp_uri_set_path
evhttp_uri_set_port
evhttp_uri_set_query
evhttp_uri_set_scheme
evhttp_uri_set_userinfo
evhttp_uridecode
evhttp_uriencode
manifest constants
EVHTTP_URI_NONCONFORMANT
HTTP_BADMETHOD
HTTP_BADREQUEST
HTTP_ENTITYTOOLARGE
HTTP_EXPECTATIONFAILED
HTTP_INTERNAL
HTTP_MOVEPERM
HTTP_MOVETEMP
HTTP_NOCONTENT
HTTP_NOTFOUND
HTTP_NOTIMPLEMENTED
HTTP_NOTMODIFIED
HTTP_OK
HTTP_SERVUNAVAIL
structs
evconnlistener
evdns_base
evhttp
evhttp_bound_socket
evhttp_connection
evhttp_request
evhttp_uri
evkeyvalq
Sets the retry limit for this connection - -1 repeats indefinitely