tree: 99d0200dcbafc8139857fa0c8a10b731d89454d5 [path history] [tgz]
  1. fuzzing/
  2. alps_decoder.cc
  3. alps_decoder.h
  4. alps_decoder_test.cc
  5. bidirectional_stream_spdy_impl.cc
  6. bidirectional_stream_spdy_impl.h
  7. bidirectional_stream_spdy_impl_unittest.cc
  8. buffered_spdy_framer.cc
  9. buffered_spdy_framer.h
  10. buffered_spdy_framer_unittest.cc
  11. DIR_METADATA
  12. header_coalescer.cc
  13. header_coalescer.h
  14. header_coalescer_test.cc
  15. http2_priority_dependencies.cc
  16. http2_priority_dependencies.h
  17. http2_priority_dependencies_unittest.cc
  18. multiplexed_http_stream.cc
  19. multiplexed_http_stream.h
  20. multiplexed_session.cc
  21. multiplexed_session.h
  22. README.md
  23. spdy_buffer.cc
  24. spdy_buffer.h
  25. spdy_buffer_producer.cc
  26. spdy_buffer_producer.h
  27. spdy_buffer_unittest.cc
  28. spdy_headers_to_http_response_headers_fuzzer.cc
  29. spdy_http_stream.cc
  30. spdy_http_stream.h
  31. spdy_http_stream_unittest.cc
  32. spdy_http_utils.cc
  33. spdy_http_utils.h
  34. spdy_http_utils_perftest.cc
  35. spdy_http_utils_unittest.cc
  36. spdy_log_util.cc
  37. spdy_log_util.h
  38. spdy_log_util_unittest.cc
  39. spdy_network_transaction_unittest.cc
  40. spdy_proxy_client_socket.cc
  41. spdy_proxy_client_socket.h
  42. spdy_proxy_client_socket_unittest.cc
  43. spdy_read_queue.cc
  44. spdy_read_queue.h
  45. spdy_read_queue_unittest.cc
  46. spdy_session.cc
  47. spdy_session.h
  48. spdy_session_fuzzer.cc
  49. spdy_session_key.cc
  50. spdy_session_key.h
  51. spdy_session_key_unittest.cc
  52. spdy_session_pool.cc
  53. spdy_session_pool.h
  54. spdy_session_pool_unittest.cc
  55. spdy_session_test_util.cc
  56. spdy_session_test_util.h
  57. spdy_session_unittest.cc
  58. spdy_stream.cc
  59. spdy_stream.h
  60. spdy_stream_test_util.cc
  61. spdy_stream_test_util.h
  62. spdy_stream_unittest.cc
  63. spdy_test_util_common.cc
  64. spdy_test_util_common.h
  65. spdy_write_queue.cc
  66. spdy_write_queue.h
  67. spdy_write_queue_unittest.cc
net/spdy/README.md

net/spdy provides the HTTP/2 implementation for Chromium. It takes care of things like session management and flow control. It relies on the QUICHE library for serializing and decoding.

The specifications for HTTP/2 and its header compression algorithm QPACK are published at RFC 9114 and RFC 7541.`