Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 968 Bytes

index.md

File metadata and controls

17 lines (16 loc) · 968 Bytes
title permalink
Classes
/classes/

The http-server package provides a set of classes and interfaces:

  • Client — Client connection related information
  • HttpDriver — Driver for interaction with the raw socket
  • HttpServer — The server, tying everything together
  • Options — Accessor of options
  • Push — Represents resourced pushed to the client through responses
  • Request — Request class representing client requests
  • RequestBody — Request body
  • RequestHandler — Request handler interface
  • Response — Response class for responding to client requests in request handlers
  • ServerObserver — Registers method to be notified upon Server state changes
  • Trailers — Access request trailers