Skip to content
#

http-client

Here are 1,568 public repositories matching this topic...

panagiks
panagiks commented Apr 20, 2021

🐣 Is your feature request related to a problem? Please describe.
We had a report in aiohttp-session (see aio-libs/aiohttp-session#574) that a user submitting a 'large' cookie had the cookie dropped by the receiving browser.

According to RFC 6265 - section 6.1:

General-use user agents SHOULD
provide each of the following minimum

node-fetch
ikhoon
ikhoon commented Jun 4, 2021

Currently, we proivde FilteredHttpRequest and FilteredHttpResponse for tranforming a headers or data.
But it is a bit difficult to implement FilteredHttp* because users have to check the type of HttpObject.
Most users might not know the hierarchical relation between HttpOject, HttpHeaders, ResponseHeaders and HttpData

return new FilteredHttpResponse(response) {
      

Improve this page

Add a description, image, and links to the http-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the http-client topic, visit your repo's landing page and select "manage topics."

Learn more