Skip to content

Releases: sillydong/fastimage

make the client more configurable

14 Feb 07:18
Compare
Choose a tag to compare
  • add configuration AllowedContentTypes, the validating process is keyword search.
  • add configuration AllowedFileExtensions, the file extension will get from url's path, the validating process is suffix check.
  • add configuration InsecureSkipVerify, the default value is false. We use to force skip certification verify, but after adding this configuration, the default behavior would be validate certifications.

v0.2.0

17 Nov 07:42
01a6ead
Compare
Choose a tag to compare
Merge pull request #3 from leeyifei/master

v0.1

02 Aug 14:56
Compare
Choose a tag to compare

detect image size without request full image file