-
Updated
Jul 15, 2020 - Swift
request
Here are 1,191 public repositories matching this topic...
Comparison table
In the future, when Ky is more mature, we should add a comparison table to the readme. Like https://github.com/sindresorhus/got#comparison
-
Updated
Jul 12, 2020 - Swift
-
Updated
May 12, 2020 - Swift
-
Updated
Jul 15, 2020 - TypeScript
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Jun 1, 2020 - Go
What problem does this feature solve?
In the past, Brotli was not supported on nodejs servers.
If I understand correctly, this is now supported since a few months : nodejs/node#20458
This PR dropped support for Brotli : nuxt-community/axios-module#180
Maybe it's time to revert this BR because Axios is supporting it too : https://github.com/ax
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jun 30, 2020 - Go
README on Promise
The readme on Promise part is not proper. Actually, the project uses any-promise while not register bluebird. So people should be told to register their promise, otherwise the native promise would be used.
request-ip goes down a list of different methods of providing an IP address, and picks the first one that works. If the user of this library doesn't filter out unknown/unexpected headers, this is quite a dangerous way of determining the IP address. If X-Client-IP wasn't filtered by the user's web server, then an attacker could set the X-Client-IP header themselves and request-ip would happily
Is there a possibility to activate debug session with xdebug in fired async request?
I've tried to set XDEBUG_SESSION_START POST var and some environment settings, but without success.
Did anyone found a solution?
-
Updated
Apr 26, 2019 - Swift
Really awesome tool- have started using it in a lot of my projects, so thanks for all the time and effort you've put into it
I've done a brief search of the repo, and there doesn't seem to be any mention of cookies. Do you have any plans for cookie management?
-
Updated
Mar 8, 2018 - JavaScript
-
Updated
Jul 13, 2020 - C#
-
Updated
Jun 25, 2020 - JavaScript
node压缩图片
安装
我选择的是node for gm库来处理图片上传后的压缩
首先下载GraphicsMagick,建议把ImageMagick也下载了
GraphicsMagick
ImageMagick
 - Add limitations ( #138 )
- Emphasize proper usage of
doFetch()( #153 ) - Normalization layer ( #157 )
- Advanced examples
- Throttle example
Improve this page
Add a description, image, and links to the request topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the request topic, visit your repo's landing page and select "manage topics."



What did you do?
When I do this (from your docs):
guard let dataFromString = text.data(using: .utf8, allowLossyConversion: false) else {return} let json = JSON(data: dataFromString)I get an error "Call can throw, but it is not marked with 'try' and the error is not handled"
I did this. I just want to confirm that is right. It worked for me.
`guard let dataFromString