GithubHelp home page GithubHelp logo

httpcore-the-directors-cut's People

Contributors

tomchristie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

httpcore-the-directors-cut's Issues

Roadmap for the docs & API

Quickstart

  • request()
  • stream()

Connection Pools

  • ConnectionPool
  • pool.request()
  • pool.stream()
  • pool.handle_request()

Explain advantages of connection pooling.

Discuss thread and task safety.

  • pool.close()
  • with ConnectionPool() as pool:

Closing and using as a context manager.

Configuration.

Requests, Responses, URLs

  • Request
  • Response
  • URL

ByteStreams

  • SyncByteStream

Connections

  • pool.connections
  • HTTPConnection
  • HTTPSConnection

Demo working with a single connection in isolation, in order to help provide better understanding of how a single connection works.

Demo the interface that the connection pool uses when working with connections.

Proxies

Explain forwarding and tunnelling requests.

Demo how to perform proxying directly using a single connection, in order to help provide better understanding of how each type of proxy request works.

HTTP/2

Demo that multiple requests can share a single connection over HTTP/2.

Async support

...

Network Backends

  • NetworkBackend
  • NetworkStream
  • backend.connect()
  • stream.read()
  • stream.write()
  • stream.close()
  • stream.start_tls()
  • stream.get_extra_info()

Demo using a network backend to connect to a host, show sending an HTTP/1.1 request using plain bytes.

Demo subclassing the default backend, to create a backend that prints the network traffic in both directions.

Extensions

  • "timeout"
  • "http_version"
  • "reason_phrase"
  • "network_stream"

Explain why we use extensions. Request and Response extensions. Detail each case.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.