StefanKopieczek / gossip

SIP stack in Golang
GNU Lesser General Public License v2.1
336 stars 109 forks source link

Headermap #1

Closed rynorris closed 10 years ago

rynorris commented 10 years ago

Headers are now stored in a map so they are accessible quickly by name.

STILL TODO: restrict header access to Get/Set methods so that the header order can never get out of sync with the actual list of headers.

rynorris commented 10 years ago

Merged in separately.