Title: Beam
Author: bobbywalters
Published: <strong>11 de Maio, 2016</strong>
Last modified: 3 de Decembro, 2017

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

![](https://s.w.org/plugins/geopattern-icon/beam.svg)

# Beam

 Por [bobbywalters](https://profiles.wordpress.org/bobbywalters/)

[Descargar](https://downloads.wordpress.org/plugin/beam.zip)

 * [Detalles](https://gl.wordpress.org/plugins/beam/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/beam/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/beam/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/beam/#developers)

 [Soporte](https://wordpress.org/support/plugin/beam/)

## Descrición

Provides an efficient streaming WordPress HTTP API transport with support for tunneled
proxy connections.

#### Drop-in Replacement

Leverage all the benefits of Beam without having to modify any existing `wp_remote_*`
WordPress HTTP API calls.

Honors all standard WordPress HTTP API request arguments, filters, and actions. 
For more details around the WordPress HTTP API please see https://codex.wordpress.
org/HTTP_API the codex site.

#### Must Use Plugin Compatible

May be installed as a “Must Use” plugin so the functionality is always in use. A
handy option for site maintainers.

#### Efficiency

Beam was designed with efficiency and accuracy of content sent to and read from 
connections in mind.

 * String concatenation is kept to a minimal.
 * PHP streams buffered read and writes minimize network traffic.
 * HTTP response is read without regular expression parsing.
 * Folded and multiple value HTTP response headers are supported.
 * Tolerant handling of LF only end of line markers while still supporting specification
   standard CRLF.

Built-in PHP stream filters remove the need for user space implementations resulting
in better memory management and performance.

 * `'dechunk'` Decodes HTTP 1.1 `Transfer-Encoding: chunked` responses (requires
   PHP 5.3+).
 * `'zlib.inflate'` Inflates `Content-Encoding: gzip` responses (requires zlib extension).

Beam uses these filters by default to cut down on network traffic and alter the 
response on the fly without needing to read in the entire response before hand. 
It is highly likely that these capabilities are already available; it makes sense
to use them.

#### Security

Uses TLS, by default, to establish HTTPS connections for improved security versus
SSL.

Beam provides filter `'stream_crypto_method'` to change the crypto method in use
based on the requested URL.

#### Proxy Support

Tunneled proxy connections may be established to connect to HTTPS sites over an 
HTTP proxy and avoid “503 Service Unavailable” HTTP errors. Now it’s possible to
update, install, and search WordPress and plugins which all use HTTPS URLs while
a proxy is in use without having to install the PHP cURL extension.

Beam provides filter `'proxy_tunnel'` to change which requests require a tunneled
proxy connection.

## Instalación

 1. Upload **beam.php** file to `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. All WordPress HTTP API requests will be handled by Beam.

## Preguntas frecuentes

  Installation Instructions

 1. Upload **beam.php** file to `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. All WordPress HTTP API requests will be handled by Beam.

## Comentarios

![](https://secure.gravatar.com/avatar/ff05025b139dfdeeb32ffa3b3ac309ee2c617ef362759ea7ad4db9d14de6516e?
s=60&d=retro&r=g)

### 󠀁[impossible to activate](https://wordpress.org/support/topic/impossible-to-activate/)󠁿

 [pucicu](https://profiles.wordpress.org/pucicu/) 25 de Marzo, 2017 1 resposta

It is impossible to activate this plugin within the WP installation.

 [ Ler a 1 opinión ](https://wordpress.org/support/plugin/beam/reviews/)

## Colaboradores e desenvolvedores

“Beam” é un software de código aberto. As seguintes persoas colaboraron con este
plugin.

Colaboradores

 *   [ bobbywalters ](https://profiles.wordpress.org/bobbywalters/)

[Traduce “Beam” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/beam)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/beam/), bota unha ollada
ao[repositorio SVN](https://plugins.svn.wordpress.org/beam/), ou subscríbete ao 
[log de desenvolvemento](https://plugins.trac.wordpress.org/log/beam/) por [RSS](https://plugins.trac.wordpress.org/log/beam/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 2.0.0

2016-07-09

This release was focused on getting Beam to work on WordPress 4.6.

 * FIX: WordPress 4.6 now uses the `Requests` library to handle HTTP requests and
   the swap prevented Beam from being used.
 * NEW: Beam is now triggered via the `pre_http_request` filter to handle requests.
 * NEW: `WP_HTTP_Beam` was renamed to `Beam` since Beam is no longer loaded as a
   WP HTTP API transport.

#### 1.0.0

Initial release.

## Meta

 *  Versión **2.0.0**
 *  Última actualización **Fai 9 anos**
 *  Instalacións activas **10+**
 *  Versión de WordPress ** 3.7.0 ou superior **
 *  Probado ata **4.9.29**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/beam/)
 * Etiquetas
 * [http](https://gl.wordpress.org/plugins/tags/http/)[proxy](https://gl.wordpress.org/plugins/tags/proxy/)
   [remote API](https://gl.wordpress.org/plugins/tags/remote-api/)[socket](https://gl.wordpress.org/plugins/tags/socket/)
   [stream](https://gl.wordpress.org/plugins/tags/stream/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/beam/advanced/)

## Valoracións

 1 de 5 estrelas

 *  [  0 valoracións de 5 estrelas     ](https://wordpress.org/support/plugin/beam/reviews/?filter=5)
 *  [  0 valoracións de 4 estrelas     ](https://wordpress.org/support/plugin/beam/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/beam/reviews/?filter=3)
 *  [  0 valoracións de 2 estrelas     ](https://wordpress.org/support/plugin/beam/reviews/?filter=2)
 *  [  1 valoración de 1 estrelas     ](https://wordpress.org/support/plugin/beam/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/beam/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/beam/reviews/)

## Colaboradores

 *   [ bobbywalters ](https://profiles.wordpress.org/bobbywalters/)

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/beam/)