Help lint fixes
							parent
							
								
									e550d052ea
								
							
						
					
					
						commit
						dd479ffad1
					
				| 
						 | 
					@ -5,7 +5,7 @@ HELP: init-furnace-tables
 | 
				
			||||||
{ $description "Initializes database tables used by asides, conversations and session management. This word must be invoked inside a " { $link with-db } " scope." } ;
 | 
					{ $description "Initializes database tables used by asides, conversations and session management. This word must be invoked inside a " { $link with-db } " scope." } ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HELP: <alloy>
 | 
					HELP: <alloy>
 | 
				
			||||||
{ $values { "responder" "a responder" } { "db" db } { "alloy" "an alloy responder" } }
 | 
					{ $values { "responder" "a responder" } { "db" db } { "responder'" "an alloy responder" } }
 | 
				
			||||||
{ $description "Wraps the responder with support for asides, conversations, sessions and database persistence." }
 | 
					{ $description "Wraps the responder with support for asides, conversations, sessions and database persistence." }
 | 
				
			||||||
{ $examples
 | 
					{ $examples
 | 
				
			||||||
    "The " { $vocab-link "webapps.counter" } " vocabulary uses an alloy to configure the counter:"
 | 
					    "The " { $vocab-link "webapps.counter" } " vocabulary uses an alloy to configure the counter:"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,6 +11,7 @@ HELP: <redirect>
 | 
				
			||||||
{ $description "Creates a response which redirects the client to the given URL." } ;
 | 
					{ $description "Creates a response which redirects the client to the given URL." } ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HELP: <secure-only> ( responder -- responder' )
 | 
					HELP: <secure-only> ( responder -- responder' )
 | 
				
			||||||
 | 
					{ $values { "responder" "a responder" } { "responder'" "a responder" } }
 | 
				
			||||||
{ $description "Creates a new responder which ensures that the client is connecting via HTTPS before delegating to the underlying responder. If the client is connecting via HTTP, a redirect is sent instead." } ;
 | 
					{ $description "Creates a new responder which ensures that the client is connecting via HTTPS before delegating to the underlying responder. If the client is connecting via HTTP, a redirect is sent instead." } ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HELP: <secure-redirect>
 | 
					HELP: <secure-redirect>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue