Efl.Net.Dialer_Http.response_headers_get

Description

Returns an iterator to the key-value pairs for the last response headers.

Since multiple requests can occur if Efl.Net.Dialer_Http.allow_redirects is true, then all headers will be accumulated. This method returns only the headers for the last request.

To list all the headers, check Efl.Net.Dialer_Http.response_headers_all_get.

This will be usable after the "headers,done" event is dispatched.

Signature

response_headers_get {
    return: iterator<ptr(Efl.Net.Http.Header)> @no_unused;
}

C signature

Eina_Iterator *efl_net_dialer_http_response_headers_get(Eo *obj);

Implemented by