-
Updated
May 26, 2020 - Swift
request
Here are 1,161 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
May 6, 2020 - Swift
-
Updated
May 12, 2020 - Swift
-
Updated
Apr 17, 2020 - TypeScript
-
Updated
May 24, 2020 - TypeScript
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Apr 12, 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
Apr 16, 2020 - TypeScript
-
Updated
May 26, 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
-
Updated
Mar 8, 2018 - JavaScript
On this page: https://ethanent.github.io/phin/
The first link for "Full documentation" is a link to the same page. Having a link with the text "Full documentation" implies that the link has more documentation than is offered on the current page, and can be confusing to the person attempting to read more documentation on phin. Same applies for the section "Full Documentation".
node压缩图片
安装
我选择的是node for gm库来处理图片上传后的压缩
首先下载GraphicsMagick,建议把ImageMagick也下载了
GraphicsMagick
ImageMagick
 - Add limitations ( #138 )
- Emphasize proper usage of
doFetch()( #153 ) - Normalization layer ( #157 )
- Advanced examples
- Throttle example
-
Updated
May 24, 2020 - C#
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