bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] Conditional GET requests


From: Hubert Tarasiuk
Subject: [Bug-wget] Conditional GET requests
Date: Tue, 12 May 2015 22:05:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Hello Everyone,

I have prepared conditional GET requests support for Wget (specifiaclly
If-Modified-Since header).

Following steps were taken (each is one patch):
1) local file timestamp support added to testenv
2) 304 return code added to testenv (ie. do not send response body when
304 was requested for given file)
3) Test-condget.py - unit test for conditional requests
4-5) "--condget" option handled in src/http.c
6) Short description in user manual

I would be very pleased if you could review my code and maybe point out
some mistakes or any other comments/suggestions. Maybe you have ideas
about some improvements to it?

In case you prefer to view it on Github, here is a link:
https://github.com/jy987321/Wget/commits/master-hubert

-- 
Hubert Tarasiuk

Attachment: 0001-Implement-timestamp-support-for-local-files-in-teste.patch
Description: Text Data

Attachment: 0002-Support-conditional-GET-in-testenv-server.patch
Description: Text Data

Attachment: 0003-Add-test-for-condget-requests.patch
Description: Text Data

Attachment: 0004-Add-condget-option.patch
Description: Text Data

Attachment: 0005-Prototype-of-If-Modified-Since.patch
Description: Text Data

Attachment: 0006-Include-condget-option-in-user-manual.patch
Description: Text Data

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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