salmanahmad / silo

The Silo Programming Language
0 stars 0 forks source link

Support Trailing Headers in the HTTP API #32

Closed salmanahmad closed 10 years ago

salmanahmad commented 10 years ago

Right now Connection has headers but it does not expose trailing headers. What is the best way to support that in the future?

salmanahmad commented 10 years ago

Fixed with c36f3fa3541799faea7d2286263d8f40dbb7fbae. Trailers are accessible via both the read and readAll functions.