]> gitweb.factorcode.org Git - factor.git/commit
HTTP/2 Server Framework (#2457)
authorDavid Mindlin <davidmindlin4@gmail.com>
Tue, 4 May 2021 17:04:54 +0000 (10:04 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 17:04:54 +0000 (10:04 -0700)
commit3b311fe36dfd20d9992bc5f8f2b3207c4c585cd3
tree37426a322649b8ffa7132351284ce4bc9c533f98
parentee4f57c0d0b5bd3fb8277b3bdced55540743162a
HTTP/2 Server Framework (#2457)

* Framework for http2 server.

* Added some pseudocode to http2 servers.

* added start connection word to http2 server

* add a check for the http secure connection or not

* Added more framework and pseudocode.

* Quick fix to hpack context for http2.

* defaulting to http/1 in insecure case

* fixed misplaced bracket

* insecure no upgrade case

* moved handle-client-error to more appropriate place

* added word to create server

* Commented out line for checking for connection prefix, as it messes up
the stream.

Co-authored-by: David Flores <dflores0818@gmail.com>
basis/http2/server/server.factor [new file with mode: 0644]