File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ class. It is a facade to the primitive FIG Cookies classes. Its job is to
8888make common tasks easier and less verbose.
8989
9090There is overhead on creating ` Cookies ` and ` SetCookies ` and rebuilding
91- requests and responses. Each of the ` FigCookies ` methods that cause mutations
92- will go through this process so be wary of using too many of these calls in
93- the same section of code. In some cases it may be better to work with the
94- primitive FIG Cookies classes directly rather than using the facade.
91+ requests and responses. Each of the ` FigCookies ` methods will go through this
92+ process so be wary of using too many of these calls in the same section of
93+ code. In some cases it may be better to work with the primitive FIG Cookies
94+ classes directly rather than using the facade.
9595
9696
9797### Request Cookies
You can’t perform that action at this time.
0 commit comments