Fork me on GitHub
#yada
<
2016-05-29
>
malcolmsparks09:05:15

@macroz: Really? I'll look into it

malcolmsparks09:05:12

@joshg: No. The HEAD method should avoid creating the response body. HTTP allows for certain headers like Content-Length to be omitted because that would otherwise be hard to deduce eith generating the body. The point of HEAD is to provide metadata inexpensively.

Macroz10:05:10

@malcomsparks I did not investigate why that dependency did not end up in my project (should be compile scope stuff automatically?) but that solution worked for me

Macroz10:05:46

happy camper otherwise for now