文件名称:image-server
文件大小:1.47MB
文件格式:ZIP
更新时间:2024-05-30 12:35:15
Go
影像服务器 服务器 发布新图像 图像需要上传到名称空间。 命名空间允许对图像类型进行分组。 例如,化身将需要与产品图像不同的图像尺寸。 上载图像需要一个源,即原始图像的URL。 curl -X POST http://localhost:7000/p ? source=http://example.com/image.jpg 可能会上传二进制文件而不是提供URL。 图片内容需要包含在请求的正文中。 > curl --data-binary " @./test/images/wine.jpg " -X POST http://localhost:7000/p { " hash " : " 6e0072682e66287b662827da75b244a3 " , " height " : 600, " width " : 800, " content_type " :
【文件预览】:
image-server-master
----.travis.yml(231B)
----processor()
--------native()
--------processor.go(3KB)
--------magick()
--------cli()
----server()
--------new_image_handler.go(2KB)
--------resize_many_handler.go(1KB)
--------new_image_handler_test.go(5KB)
--------server.go(2KB)
--------resize_handler.go(2KB)
--------server_test.go(15B)
--------status_handler.go(2KB)
--------handlers.go(4KB)
--------handlers_test.go(1KB)
--------batch_handler.go(2KB)
----core()
--------interfaces.go(1KB)
--------version.go(81B)
--------image_configuration.go(722B)
--------server_configuration.go(638B)
--------image_configuration_test.go(689B)
----job()
--------hash_path.go(2KB)
--------manta()
--------hash_path_test.go(3KB)
--------manta_job.go(1KB)
--------manta_job_test.go(1KB)
----docs()
--------diagrams.graffle(128KB)
----cmd_version.go(372B)
----test()
--------images()
--------helpers.go(1KB)
--------test.rb(637B)
--------process.txt(10KB)
----fetcher()
--------fetcher.go(470B)
--------http()
--------original_fetcher.go(2KB)
--------source_fetcher.go(3KB)
--------unique_fetcher.go(2KB)
----Dockerfile(309B)
----cmd_cli.go(813B)
----cmd_server.go(3KB)
----info()
--------info.go(3KB)
--------image_details.go(798B)
--------info_test.go(3KB)
----LICENSE(1KB)
----BUILDNOW(0B)
----request()
--------process_multiple.go(3KB)
--------process.go(2KB)
--------create.go(2KB)
--------process_multiple_test.go(2KB)
----main.go(7KB)
----.gitignore(65B)
----circle.yml(1015B)
----Makefile(3KB)
----paths()
--------paths.go(3KB)
----logger()
--------logfile()
--------logger.go(1KB)
--------statsd()
----README.md(7KB)
----mime()
--------mime.go(355B)
----uploader()
--------upload_worker.go(401B)
--------noop()
--------manta()
--------uploader.go(2KB)
--------s3()
----parser()
--------name_parser_test.go(2KB)
--------name_parser.go(1KB)
----cli()
--------cli.go(909B)
--------cli_test.go(598B)
--------image_test.go(320B)
--------batch.go(7KB)
--------image.go(5KB)