ceptr icon indicating copy to clipboard operation
ceptr copied to clipboard

Create HTTP edge receptor

Open zippy opened this issue 9 years ago • 2 comments

  • [x] parse HTTP_REQUEST parse protcol
  • [x] move current example code into base_defs
  • [x] figure out routing between translation layers
  • [x] add socket handling code to stream.c listener()
  • [x] add conversion of HTTP_REQUEST tree back to ascii
  • [x] new type of edge receptor for listening and spinning off streams. #137
  • [x] use "connection" communication from #131
  • [x] add token to xaddr (to use at the connection )
  • [ ] create a stand-alone version of ceptr that can respond to an actual browser request.

zippy avatar Feb 06 '16 14:02 zippy

52eaa6ac40 adds socket handling to stream.c

zippy avatar Mar 14 '16 14:03 zippy

82776e0a27 adds first pass at listener edge receptor. still missing is a way to close the spun up reader/writers it spins up after receiving a connection, see #125

zippy avatar Mar 15 '16 19:03 zippy