wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget2 | Extract common HTTP functions (!534)


From: Ander Juaristi (@juaristi)
Subject: Re: wget2 | Extract common HTTP functions (!534)
Date: Tue, 07 Nov 2023 22:01:18 +0000



Ander Juaristi commented on a discussion on libwget/http.h: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/534#note_1638127601

>  #define HTTP_STATUS_NOT_FOUND             404
>  #define HTTP_STATUS_RANGE_NOT_SATISFIABLE 416
>  
> +int http_connection_is_aborted(wget_http_connection *conn);
> +
> +void http_fix_broken_server_encoding(wget_http_response *resp);
> +
> +int http_decompress_get_body_cb(void *context, const char *data, size_t 
> length);
> +int http_decompress_error_handler_cb(wget_decompressor *dc, int err);
> +
> +int wget_http2_open(wget_http_connection *conn);

Not for now :smile:

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/534#note_1638127601
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]