Gerbil Scheme
Home
Guide
Tutorials
Reference
Gitter
Contribute!
Home
Guide
Tutorials
Reference
Gitter
Contribute!
  • Standard Library

    • The Standard Library
    • Common Syntactic Sugar
    • Source Location and Ancillary Source File Support
    • Syntax Parameters
    • Syntax Utilities
    • Assertions
    • Exceptions and Errors
    • Command Line Argument Parsing
    • Build Tool
    • The Standard Testing Library
    • Debugging Libraries
    • Formatting
    • Logging
    • Generics
    • Generic Accessors and Mutators
    • Iterators
    • Coroutines
    • Events
    • Primitives for Ambiguous Non-Deterministic Computation
    • Primitives for Lazy Evaluation
    • Sorting
    • Regular Expressions
    • Web Serving with FastCGI
    • Utilities for FFI Programming
    • Interfaces
    • Contracts and Type Annotations
    • Standard IO Interfaces
    • Actors
    • Cryptography
    • Protocol Buffers
    • XML
    • Language Parsers
    • Working with Multiple Values
    • Networking Libraries
      • Networking Libraries
      • HTTP requests
      • JSON RPC
      • WebSockets
      • SOCKS Proxy Client and Server
      • The Embedded HTTP Server
      • SSL/TLS Sockets
      • URIs [RFC3986]
      • Internet Addresses
      • SASL authentication
      • Network REPL
    • Operating System Libraries
    • Databases and Key-Value Stores
    • Text Encoding and Decoding Libraries
    • Miscellaneous Libraries
  • < Back to Reference

# Networking Libraries

These are libraries related to network programming:

  • :std/net/request
  • :std/net/json-rpc
  • :std/net/websocket
  • :std/net/socks
  • :std/net/httpd
  • :std/net/ssl
  • :std/net/uri
  • :std/net/address
  • :std/net/sasl
  • :std/net/repl
Help us improve this page!

← Working with Multiple Values HTTP requests→