Files
requests3/requests
Robert Estelle ee90f0af60 Shallow copy of Request fields in Request.copy()
This prevents e.g. modifying the headers of a copied request from
affecting the headers of its source and vice versa. Copying is used with
the intent to mutuate, so allowing this kind of mutation of fields makes
sense.

Is a deep copy better?
2013-07-30 22:59:53 -07:00
..
2013-07-18 21:06:19 +00:00
2013-05-25 12:48:10 -04:00
2013-01-27 02:04:12 +01:00