Kivy Logo
8092
  • Getting Started
  • Kivy Project
  • Programming Guide
  • Tutorials
  • API Reference
    • Kivy framework
    • Low level Metrics
    • Animation
    • Application
    • Atlas
    • Kivy Base
    • Cache manager
    • Clock object
    • Compatibility module for Python 2.7 and >= 3.4
    • Configuration object
    • Context
    • Core Abstraction
    • Audio
    • Camera
    • Clipboard
    • OpenGL
    • Image
    • Spelling
    • Text
    • Text Markup
    • Text layout
    • Video
    • Window
    • Kivy module for binary dependencies.
    • Effects
    • Damped scroll effect
    • Kinetic effect
    • Opacity scroll effect
    • Scroll effect
    • Event dispatcher
    • Event Manager
    • Factory object
    • Garden
    • Geometry utilities
    • Gesture recognition
    • Graphics
    • BoxShadow
    • CGL: standard C interface for OpenGL
    • Graphics compiler
    • Context management
    • Context instructions
    • Framebuffer
    • GL instructions
    • Canvas
    • OpenGL
    • OpenGL utilities
    • Scissor Instructions
    • Shader
    • Stencil instructions
    • SVG
    • Tesselator
    • Texture
    • Transformation
    • Input management
    • Motion Event Factory
    • Motion Event
    • Input Postprocessing
    • Calibration
    • Dejitter
    • Double Tap
    • Ignore list
    • Retain Touch
    • Triple Tap
    • Motion Event Provider
    • Providers
    • Android Joystick Input Provider
    • Native support for HID input from the linux kernel
    • Leap Motion - finger only
    • Native support of Wacom tablet from linuxwacom driver
    • Native support of MultitouchSupport framework for MacBook (MaxOSX platform)
    • Mouse provider implementation
    • Native support for Multitouch devices on Linux, using libmtdev.
    • Auto Create Input Provider Config Entry for Available MT Hardware (linux only).
    • TUIO Input Provider
    • Common definitions for a Windows provider
    • Input recorder
    • Motion Event Shape
    • Interactive launcher
    • Kivy Language
    • Builder
    • Parser
    • External libraries
    • DDS File library
    • GstPlayer
    • Python mtdev
    • Asynchronous data loader
    • Kivy Logging
    • Metrics
    • Modules
    • Console
    • Inspector
    • JoyCursor
    • Keybinding
    • Monitor module
    • Recorder module
    • Screen
    • Touchring
    • Web Debugger
    • Multistroke gesture recognizer
    • Network support
      • UrlRequest
    • UrlRequest
    • Parser utilities
    • Properties
    • Resources management
    • Storage
    • Dictionary store
    • JSON store
    • Redis Store
    • Support
    • Tools
    • Packaging
    • Widgets
    • Accordion
    • Action Bar
    • Anchor Layout
    • Behaviors
    • Button Behavior
    • Code Navigation Behavior
    • Compound Selection Behavior
    • Cover Behavior
    • Drag Behavior
    • Emacs Behavior
    • Focus Behavior
    • Kivy Namespaces
    • ToggleButton Behavior
    • Touch Ripple
    • Box Layout
    • Bubble
    • Button
    • Camera
    • Carousel
    • CheckBox
    • Code Input
    • Color Picker
    • Drop-Down List
    • EffectWidget
    • FileChooser
    • Float Layout
    • Gesture Surface
    • Grid Layout
    • Image
    • Label
    • Layout
    • ModalView
    • PageLayout
    • Popup
    • Progress Bar
    • RecycleBoxLayout
    • RecycleGridLayout
    • RecycleLayout
    • RecycleView
    • RecycleView Data Model
    • RecycleView Layouts
    • RecycleView Views
    • Relative Layout
    • reStructuredText renderer
    • Sandbox
    • Scatter
    • Scatter Layout
    • Screen Manager
    • ScrollView
    • Settings
    • Slider
    • Spinner
    • Splitter
    • Stack Layout
    • Stencil View
    • Switch
    • TabbedPanel
    • Text Input
    • Toggle button
    • Tree View
    • Video
    • Video player
    • VKeyboard
    • Widget class
    • Utils
    • Vector
    • Weak Method
    • Weak Proxy
Kivy
  • Docs »
  • API Reference »
  • Network support
  • Edit on GitHub

Network supportΒΆ

Kivy currently supports basic, asynchronous network requests. Please refer to kivy.network.urlrequest.UrlRequest.

  • UrlRequest
    • UrlRequest
    • UrlRequestBase
      • UrlRequestBase.cancel()
      • UrlRequestBase.chunk_size
      • UrlRequestBase.decode_result()
      • UrlRequestBase.error
      • UrlRequestBase.is_finished
      • UrlRequestBase.req_body
      • UrlRequestBase.req_headers
      • UrlRequestBase.resp_headers
      • UrlRequestBase.resp_status
      • UrlRequestBase.result
      • UrlRequestBase.run()
      • UrlRequestBase.url
      • UrlRequestBase.wait()
    • UrlRequestRequests
    • UrlRequestUrllib
Next Previous

© Copyright 2010, The Kivy Authors Revision 5bc8b593.

Built with Sphinx using a theme provided by Read the Docs.