3
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #416 from asnare/uri-impl-refactor More... almost 12 years ago
Merge pull request #441 from ivantopo/issues/440 More... almost 12 years ago
= routing: small fix in tests, closes #453 More... almost 12 years ago
! util: remove SprayActorLogging and UtilSettings, simplify LoggingContext, fixes #421 More... almost 12 years ago
= util: add small and simple cache for creating settings from an ActorSystem More... almost 12 years ago
Merge pull request #445 from Net-A-Porter/master More... almost 12 years ago
= http: seal `ModeledHeader` parent class of predefined HTTP header model classes More... almost 12 years ago
Merge pull request #449 from spray/wip/better-bytestringrendering More... almost 12 years ago
= can: improve ByteStringRendering perf by replacing ByteStringBuilder with custom logic, closes #444 More... almost 12 years ago
= sbt: change spray-testkit dependency on akka-testkit from 'provided' to 'compile' More... almost 12 years ago
! can: introduce dedicated exceptions for connection failure and request timeout for host-level API More... almost 12 years ago
Merge pull request #438 from jrudolph/wip/document-parameter-directives More... almost 12 years ago
Merge pull request #439 from agemooij/httpx-log-improvements More... almost 12 years ago
Merge branch 'master' of github.com:spray/spray More... almost 12 years ago
site: add redirect from parboiled.org to github wiki More... almost 12 years ago
= can: always produce chunks if Content-Length >= autoChunkingThreshold More... almost 12 years ago
! util: Swap Duration.Undefined by Duration.Inf, fixes #440 More... almost 12 years ago
+ httpx: add support for specifying an optional log level with logRequest and logResponse More... almost 12 years ago
= can: add streaming file upload code to simple-http-server example More... almost 12 years ago
+ can: add `spray.can.client/server.incoming-auto-chunking-threshold-size`, fixes #189 More... almost 12 years ago
= docs: when extracting definition lines try not to match method name prefixes as well More... almost 12 years ago
= docs: add documentation for ParameterDirectives More... almost 12 years ago
= build: expect `sphinx-build` at well-known locations More... almost 12 years ago
+ http: support proxy authentication More... almost 12 years ago
+ can: proxy support, fixes #102 - added ConnectionType to HostConnectorSetup with the following options: - Direct - AutoProxied (default) - Proxied(proxyHost: String, proxyPort: Int) - added Map[String, ProxySettings]to ClientConnectionSettings (proxy settings per scheme) - HttpManager now calls connectorFor() which then delegates to hostConnectorFor() or proxiedConnectorFor() in case a proxy should be used. proxiedConnectorFor() returns a ProxiedHostConnector which fixes URIs and host headers and delegates to HttpHostConnector which connects to the proxy and is shared between ProxiedHostConnectors to the same proxy. - added Uri.normalizedForHttp() and Uri.httpScheme() to DRY up the default scheme/port logic - changed the param order in Uri.toEffectiveHttpRequestUri() More... almost 12 years ago
+ can: Support access to the undecoded request target URL. More... almost 12 years ago
+ http: New Raw-Request-URI header that can be added by the server if configured to do so. More... almost 12 years ago
Merge pull request #424 from 2beaucoup/doc-fix More... almost 12 years ago
= docs: small fixes - http pipelining enabled vs. not enabled - typo More... almost 12 years ago
= docs: add section about how to edit documentation More... almost 12 years ago