tree: e77c374339860993686f23fff05e671851e189b6 [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. OWNERS
  23. README.md
  24. spdy_buffer.cc
  25. spdy_buffer.h
  26. spdy_buffer_producer.cc
  27. spdy_buffer_producer.h
  28. spdy_buffer_unittest.cc
  29. spdy_headers_to_http_response_headers_fuzzer.cc
  30. spdy_http_stream.cc
  31. spdy_http_stream.h
  32. spdy_http_stream_unittest.cc
  33. spdy_http_utils.cc
  34. spdy_http_utils.h
  35. spdy_http_utils_perftest.cc
  36. spdy_http_utils_unittest.cc
  37. spdy_log_util.cc
  38. spdy_log_util.h
  39. spdy_log_util_unittest.cc
  40. spdy_network_transaction_unittest.cc
  41. spdy_proxy_client_socket.cc
  42. spdy_proxy_client_socket.h
  43. spdy_proxy_client_socket_unittest.cc
  44. spdy_read_queue.cc
  45. spdy_read_queue.h
  46. spdy_read_queue_unittest.cc
  47. spdy_session.cc
  48. spdy_session.h
  49. spdy_session_fuzzer.cc
  50. spdy_session_key.cc
  51. spdy_session_key.h
  52. spdy_session_key_unittest.cc
  53. spdy_session_pool.cc
  54. spdy_session_pool.h
  55. spdy_session_pool_unittest.cc
  56. spdy_session_test_util.cc
  57. spdy_session_test_util.h
  58. spdy_session_unittest.cc
  59. spdy_stream.cc
  60. spdy_stream.h
  61. spdy_stream_test_util.cc
  62. spdy_stream_test_util.h
  63. spdy_stream_unittest.cc
  64. spdy_test_util_common.cc
  65. spdy_test_util_common.h
  66. spdy_write_queue.cc
  67. spdy_write_queue.h
  68. 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.`