ICanBoogie/HTTP master
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Exception
    • HTTP
      • Headers
      • Request
      • RequestDispatcher

Classes

  • CallableDispatcher
  • DispatcherProvider
  • File
  • FileInfo
  • FileList
  • FileResponse
  • Headers
  • ProvideDispatcher
  • RedirectResponse
  • Request
  • RequestDispatcher
  • RequestOptionsMapper
  • RequestRange
  • Response
  • Status
  • WeightedDispatcher

Interfaces

  • Dispatcher
  • Exception
  • FileOptions
  • RequestMethods
  • RequestOptions
  • ResponseStatus
  • SecurityError

Exceptions

  • AuthenticationRequired
  • ClientError
  • DispatcherNotDefined
  • DispatcherProviderNotDefined
  • ForceRedirect
  • MethodNotSupported
  • NotFound
  • PermissionRequired
  • ServerError
  • ServiceUnavailable
  • StatusCodeNotValid

Functions

  • dispatch
  • get_dispatcher
  • get_initial_request

Interface FileOptions

Options to create ICanBoogie\HTTP\File instances.

Direct known implementers

ICanBoogie\HTTP\File

Namespace: ICanBoogie\HTTP
Located at FileOptions.php

Constants summary

string OPTION_NAME

Name of the file.

Name of the file.

# 'name'
string OPTION_TYPE

MIME type of the file.

MIME type of the file.

# 'type'
string OPTION_SIZE

Size of the file.

Size of the file.

# 'size'
string OPTION_TMP_NAME

Temporary filename.

Temporary filename.

# 'tmp_name'
string OPTION_ERROR

Error code, one of UPLOAD_ERR_*.

Error code, one of UPLOAD_ERR_*.

# 'error'
string OPTION_PATHNAME

Pathname of the file.

Pathname of the file.

# 'pathname'
ICanBoogie/HTTP master API documentation generated by ApiGen