plugeth/swarm/api/http
Alexey Sharov dc5d643bb5 cmd/swarm, swarm: cross-platform Content-Type detection (#17782)
- Mime types generator (Standard "mime" package rely on system-settings, see mime.osInitMime)
- Changed swarm/api.Upload:
    - simplify I/O throttling by semaphore primitive and use file name where possible
    - f.Close() must be called in Defer - otherwise panic or future added early return will cause leak of file descriptors
    - one error was suppressed
2018-10-01 13:39:39 +02:00
..
middleware.go cmd/swarm, swarm: added access control functionality (#17404) 2018-08-15 17:41:52 +02:00
response_test.go swarm/api/http: added a regression test for resolver bug from #17483 (#17502) 2018-09-06 12:08:39 +02:00
response.go cmd/swarm, swarm: added access control functionality (#17404) 2018-08-15 17:41:52 +02:00
roundtripper_test.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
roundtripper.go swarm: network rewrite merge 2018-06-21 21:10:31 +02:00
sctx.go swarm/api/http: refactored http package (#17309) 2018-08-07 11:56:55 +02:00
server_test.go cmd/swarm, swarm: cross-platform Content-Type detection (#17782) 2018-10-01 13:39:39 +02:00
server.go cmd/swarm, swarm: cross-platform Content-Type detection (#17782) 2018-10-01 13:39:39 +02:00
templates.go swarm/api/http: fixed list leaf links (#17342) 2018-08-08 09:33:06 +02:00