Skip to content

Commit 940d14c

Browse files
committed
chore(release): 1.1.5
1 parent 0b33ee3 commit 940d14c

File tree

2 files changed

+33
-15
lines changed

2 files changed

+33
-15
lines changed

docs/modules/_poppinss_http_server.md

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
### Object literals
6060

6161
* [exceptionCodes](_poppinss_http_server.md#exceptioncodes)
62+
* [iocMethods](_poppinss_http_server.md#iocmethods)
6263

6364
---
6465

@@ -421,20 +422,6 @@ ___
421422

422423
**● E_DUPLICATE_ROUTE_NAME**: *`string`* = "E_DUPLICATE_ROUTE_NAME"
423424

424-
___
425-
<a id="exceptioncodes.e_invalid_middleware_type"></a>
426-
427-
#### E_INVALID_MIDDLEWARE_TYPE
428-
429-
**● E_INVALID_MIDDLEWARE_TYPE**: *`string`* = "E_INVALID_MIDDLEWARE_TYPE"
430-
431-
___
432-
<a id="exceptioncodes.e_invalid_route_namespace"></a>
433-
434-
#### E_INVALID_ROUTE_NAMESPACE
435-
436-
**● E_INVALID_ROUTE_NAMESPACE**: *`string`* = "E_INVALID_ROUTE_NAMESPACE"
437-
438425
___
439426
<a id="exceptioncodes.e_missing_named_middleware"></a>
440427

@@ -480,4 +467,35 @@ ___
480467
___
481468

482469
___
470+
<a id="iocmethods"></a>
471+
472+
### `<Const>` iocMethods
473+
474+
**iocMethods**: *`object`*
475+
476+
Symbols to use IoC container global methods.
477+
478+
<a id="iocmethods.call"></a>
479+
480+
#### call
481+
482+
**● call**: *`symbol`* = Symbol.for('ioc.call')
483+
484+
___
485+
<a id="iocmethods.make"></a>
486+
487+
#### make
488+
489+
**● make**: *`symbol`* = Symbol.for('ioc.make')
490+
491+
___
492+
<a id="iocmethods.use"></a>
493+
494+
#### use
495+
496+
**● use**: *`symbol`* = Symbol.for('ioc.use')
497+
498+
___
499+
500+
___
483501

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@poppinss/http-server",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Extracted copy of AdonisJs HTTP server along with it's router",
55
"main": "build/index.js",
66
"files": [

0 commit comments

Comments
 (0)