File tree Expand file tree Collapse file tree 2 files changed +33
-15
lines changed Expand file tree Collapse file tree 2 files changed +33
-15
lines changed Original file line number Diff line number Diff line change 5959### Object literals
6060
6161* [ exceptionCodes] ( _poppinss_http_server.md#exceptioncodes )
62+ * [ iocMethods] ( _poppinss_http_server.md#iocmethods )
6263
6364---
6465
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
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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments